Thu, 12 Jul 2007 00:50:30 +0000
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);