Mercurial > pidgin
changeset 15579:9795470ed794
merge of '4ef29c4e2bea9c0635008afc35f12402d7a87bbf'
and 'd5bb9dcc414df1c34df4a2d22d3ff5fb98673675'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 06 Feb 2007 19:23:19 +0000 |
parents | a7b4a4c2cfcf (diff) 74b945e7609c (current diff) |
children | 9453125dd44e 2c33e35a5084 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Tue Feb 06 19:22:34 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Tue Feb 06 19:23:19 2007 +0000 @@ -5442,7 +5442,7 @@ if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY) return "bot"; if (userinfo->flags & AIM_FLAG_AOL) - return "aolclient"; + return "aol-client"; if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM) return "secure"; }