pidgin: 312e056d: Don't call purple_notify_emails() for 0 ...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sun May 24 02:35:34 EDT 2009


-----------------------------------------------------------------
Revision: 312e056d702d29379ea61aea9d27765f127bc888
Ancestor: e9309afffb6f4040a06a338b945a21b6e6901204
Author: darkrain42 at pidgin.im
Date: 2009-05-24T06:30:02
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/312e056d702d29379ea61aea9d27765f127bc888

Modified files:
        libpurple/protocols/jabber/google.c

ChangeLog: 

Don't call purple_notify_emails() for 0 emails.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/google.c	b9c39a7c0ae213221b919210ce14f8e0fe1b3742
+++ libpurple/protocols/jabber/google.c	a074df408167c9ffd92025daf0992dc71496750e
@@ -667,8 +667,6 @@ jabber_gmail_parse(JabberStream *js, con
 
 			purple_notify_emails(js->gc, count, FALSE, NULL, NULL, default_tos, NULL, NULL, NULL);
 			g_free(bare_jid);
-		} else {
-			purple_notify_emails(js->gc, count, FALSE, NULL, NULL, NULL, NULL, NULL, NULL);
 		}
 
 		return;


More information about the Commits mailing list