# HG changeset patch # User Daniel Atallah # Date 1184201430 0 # Node ID 94c23019a864f43826f328f16a24eb30316661e9 # Parent 8f172a8b8cce5e78500bfd50d1666d5da93e2c9a Only display the "detailed" email notifications for gtalk if we really have all the details to show. Fixes #1813. diff -r 8f172a8b8cce -r 94c23019a864 libpurple/protocols/jabber/google.c --- 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);