changeset 18492:94c23019a864

Only display the "detailed" email notifications for gtalk if we really have all the details to show. Fixes #1813.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 12 Jul 2007 00:50:30 +0000
parents 8f172a8b8cce
children 274a08f56ea6 8925181f26ec
files libpurple/protocols/jabber/google.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);