# HG changeset patch # User Paul Aurich # Date 1243146602 0 # Node ID 6e8f56783e97fab84015a8612172774db7b6bcc4 # Parent 5cc86a255abaf404a35276b52d5fd1fccfd94ff4 Don't call purple_notify_emails() for 0 emails. diff -r 5cc86a255aba -r 6e8f56783e97 libpurple/protocols/jabber/google.c --- a/libpurple/protocols/jabber/google.c Sun May 24 04:37:32 2009 +0000 +++ b/libpurple/protocols/jabber/google.c Sun May 24 06:30:02 2009 +0000 @@ -667,8 +667,6 @@ 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;