[evolution-patches] patch for 42870



Hi there,
This is a crash bug on Solaris. I think it should add a NULL by the end of g_build_filename().

Regards
-Sean
Index: addressbook/gui/contact-list-editor/e-contact-list-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-list-editor/e-contact-list-editor.c,v
retrieving revision 1.40
diff -u -r1.40 e-contact-list-editor.c
--- addressbook/gui/contact-list-editor/e-contact-list-editor.c	18 Apr 2003 17:44:16 -0000	1.40
+++ addressbook/gui/contact-list-editor/e-contact-list-editor.c	12 May 2003 03:56:05 -0000
@@ -303,7 +303,7 @@
 			  G_CALLBACK (app_delete_event_cb), editor);
 
 	/* set the icon */
-	icon_path = g_build_filename (EVOLUTION_IMAGESDIR, "contact-list-16.png");
+	icon_path = g_build_filename (EVOLUTION_IMAGESDIR, "contact-list-16.png", NULL);
 	gnome_window_icon_set_from_file (GTK_WINDOW (editor->app), icon_path);
 	g_free (icon_path);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]