From: <the...@us...> - 2006-08-18 05:59:52
|
Revision: 16830 Author: thekingant Date: 2006-08-17 22:59:47 -0700 (Thu, 17 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16830&view=rev Log Message: ----------- Patch from Henning Nor?\195?\169n to not show ICQ users as "pending" when they are away without a message Modified Paths: -------------- trunk/src/protocols/oscar/oscar.c Modified: trunk/src/protocols/oscar/oscar.c =================================================================== --- trunk/src/protocols/oscar/oscar.c 2006-08-18 05:58:17 UTC (rev 16829) +++ trunk/src/protocols/oscar/oscar.c 2006-08-18 05:59:47 UTC (rev 16830) @@ -2886,6 +2886,9 @@ gaim_status_set_attr_string(status, "message", message); g_free(message); } + else + /* Set an empty message so that we know not to show "pending" */ + gaim_status_set_attr_string(status, "message", message); gaim_blist_update_buddy_status(b, status); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |