From: <fac...@us...> - 2007-03-28 12:42:20
|
Revision: 18219 http://svn.sourceforge.net/gaim/?rev=18219&view=rev Author: faceprint Date: 2007-03-28 05:42:19 -0700 (Wed, 28 Mar 2007) Log Message: ----------- fix that jabber duplicate buddy thing (ugh) Modified Paths: -------------- trunk/libgaim/protocols/jabber/presence.c Modified: trunk/libgaim/protocols/jabber/presence.c =================================================================== --- trunk/libgaim/protocols/jabber/presence.c 2007-03-27 21:15:40 UTC (rev 18218) +++ trunk/libgaim/protocols/jabber/presence.c 2007-03-28 12:42:19 UTC (rev 18219) @@ -286,7 +286,7 @@ if (buddy) { jb = jabber_buddy_find(js, from, TRUE); - if ((jb->subscription & JABBER_SUB_TO) == 0) + if ((jb->subscription & JABBER_SUB_TO)) onlist = TRUE; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |