Mercurial > pidgin
diff src/protocols/oscar/oscar.c @ 10560:33746d45bd0d
[gaim-migrate @ 11938]
Some stuff I have lying around in my tree. Shouldn't change any
functionality, mostly just notes to myself/anyone interested
in working on oscar.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 01 Feb 2005 03:52:46 +0000 |
parents | b08a37897395 |
children | 3e2cd3fe8897 |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Mon Jan 31 14:36:26 2005 +0000 +++ b/src/protocols/oscar/oscar.c Tue Feb 01 03:52:46 2005 +0000 @@ -4246,7 +4246,7 @@ if (destn == NULL) return 1; - + buf = g_strdup_printf(_("User information not available: %s"), (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("Unknown reason.")); if (!gaim_conv_present_error(destn, gaim_connection_get_account((GaimConnection*)sess->aux_data), buf)) { g_free(buf); @@ -5814,6 +5814,7 @@ if (aim_sn_is_icq(gaim_account_get_username(account))) oscar_set_status_icq(account, status); else + /* QQQ - Should probably also set this for ICQ */ oscar_set_status_aim(account, status); } return;