libpurple/protocols/jabber/google.c

changeset 18740
1b1f72624316
parent 18739
3cd45d53cf26
child 19046
4c4a79e7e21c
equal deleted inserted replaced
18739:3cd45d53cf26 18740:1b1f72624316
111 js->gmail_last_tid = g_strdup(tid); 111 js->gmail_last_tid = g_strdup(tid);
112 } 112 }
113 } 113 }
114 114
115 if (i>0) 115 if (i>0)
116 purple_notify_emails(js->gc, count, count == returned_count, (const char**) subjects, froms, tos, 116 purple_notify_emails(js->gc, count, count == i, (const char**) subjects, froms, tos,
117 urls, NULL, NULL); 117 urls, NULL, NULL);
118 118
119 g_free(to_name); 119 g_free(to_name);
120 g_free(tos); 120 g_free(tos);
121 g_free(froms); 121 g_free(froms);

mercurial