terminate g_build_filename with NULL.
2003-05-12 Sean Gao <sean.gao@sun.com> * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_init): terminate g_build_filename with NULL. svn path=/trunk/; revision=21151
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2003-05-12 Sean Gao <sean.gao@sun.com>
|
||||
|
||||
* gui/contact-list-editor/e-contact-list-editor.c
|
||||
(e_contact_list_editor_init): terminate g_build_filename with
|
||||
NULL.
|
||||
|
||||
2003-05-11 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
[ fixes bug #42048 ]
|
||||
|
||||
@ -303,7 +303,7 @@ e_contact_list_editor_init (EContactListEditor *editor)
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user