Fix GCC warnings from -Wformat-security.
2008-10-11 Kjartan Maraas <kmaraas@gnome.org> * gconf-property-editor.c: (peditor_image_set_filename): Fix GCC warnings from -Wformat-security. svn path=/trunk/; revision=9057
This commit is contained in:
parent
0014512507
commit
b67f53a8ff
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-10-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* gconf-property-editor.c: (peditor_image_set_filename):
|
||||||
|
Fix GCC warnings from -Wformat-security.
|
||||||
|
|
||||||
2008-09-29 Jens Granseuer <jensgr@gmx.net>
|
2008-09-29 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* gnome-theme-info.c: (read_icon_theme): use translated names for
|
* gnome-theme-info.c: (read_icon_theme): use translated names for
|
||||||
|
|
|
@ -1468,6 +1468,7 @@ peditor_image_set_filename (GConfPropertyEditor *peditor, const gchar *filename)
|
||||||
GTK_DIALOG_MODAL,
|
GTK_DIALOG_MODAL,
|
||||||
GTK_MESSAGE_ERROR,
|
GTK_MESSAGE_ERROR,
|
||||||
GTK_BUTTONS_OK,
|
GTK_BUTTONS_OK,
|
||||||
|
"%s",
|
||||||
message);
|
message);
|
||||||
gtk_dialog_run (GTK_DIALOG (box));
|
gtk_dialog_run (GTK_DIALOG (box));
|
||||||
gtk_widget_destroy (box);
|
gtk_widget_destroy (box);
|
||||||
|
|
Loading…
Add table
Reference in a new issue