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
|
@ -1468,6 +1468,7 @@ peditor_image_set_filename (GConfPropertyEditor *peditor, const gchar *filename)
|
|||
GTK_DIALOG_MODAL,
|
||||
GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_OK,
|
||||
"%s",
|
||||
message);
|
||||
gtk_dialog_run (GTK_DIALOG (box));
|
||||
gtk_widget_destroy (box);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue