deskbar-applet r2358 - in trunk: . deskbar/handlers/evolution
- From: sebp svn gnome org
- To: svn-commits-list gnome org
- Subject: deskbar-applet r2358 - in trunk: . deskbar/handlers/evolution
- Date: Tue, 26 Aug 2008 17:33:31 +0000 (UTC)
Author: sebp
Date: Tue Aug 26 17:33:31 2008
New Revision: 2358
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2358&view=rev
Log:
Fixed bug #549432: Fix g_strjoin() call in evolution module patch by Vincent Untz
Modified:
trunk/ChangeLog
trunk/deskbar/handlers/evolution/evolution.c
Modified: trunk/deskbar/handlers/evolution/evolution.c
==============================================================================
--- trunk/deskbar/handlers/evolution/evolution.c (original)
+++ trunk/deskbar/handlers/evolution/evolution.c Tue Aug 26 17:33:31 2008
@@ -336,7 +336,7 @@
int i=0;
hit->email = (gchar*)g_list_nth(emailList,i)->data;
for (i=1; g_list_nth(emailList,i) != NULL; i++)
- hit->email = g_strjoin(",",hit->email,((gchar*)g_list_nth(emailList,i)->data));
+ hit->email = g_strjoin(",",hit->email,((gchar*)g_list_nth(emailList,i)->data), NULL);
g_list_foreach(emailList, (GFunc)g_free, NULL);
g_list_free(emailList);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]