Only display the "detailed" email notifications for gtalk if we really have all the details to show. Fixes #1813.

Thu, 12 Jul 2007 00:50:30 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 12 Jul 2007 00:50:30 +0000
changeset 18740
1b1f72624316
parent 18739
3cd45d53cf26
child 18741
3bce9fc8b8e2
child 18757
5b6989cdd34e

Only display the "detailed" email notifications for gtalk if we really have all the details to show. Fixes #1813.

libpurple/protocols/jabber/google.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/google.c	Thu Jul 12 00:49:04 2007 +0000
+++ b/libpurple/protocols/jabber/google.c	Thu Jul 12 00:50:30 2007 +0000
@@ -113,7 +113,7 @@
 	}
 
 	if (i>0)
-		purple_notify_emails(js->gc, count, count == returned_count, (const char**) subjects, froms, tos,
+		purple_notify_emails(js->gc, count, count == i, (const char**) subjects, froms, tos,
 				urls, NULL, NULL);
 
 	g_free(to_name);

mercurial