]> git.0d.be Git - empathy.git/commitdiff
Fix compilation warning: gtk_message_dialog_format_secondary_text() require a format...
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:22:03 +0000 (16:22 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:22:03 +0000 (16:22 +0000)
svn path=/trunk/; revision=1866

libempathy-gtk/empathy-ft-manager.c

index 3065418cb41350f037b88c3c84a87c2df594a17c..624680d93e2b26c7b29ae3545b99252a2d670257 100644 (file)
@@ -758,7 +758,7 @@ ft_manager_save_dialog_response_cb (GtkDialog *widget,
                   GTK_BUTTONS_CLOSE, _("Cannot save file to this location"));
 
               gtk_message_dialog_format_secondary_text (
-                  GTK_MESSAGE_DIALOG (dialog),
+                  GTK_MESSAGE_DIALOG (dialog), "%s",
                   error->message);
 
               g_signal_connect (dialog, "response",