From 9d8dbb885cdb01f7a2f3309d5ad64f297109828f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 21 Nov 2008 16:22:03 +0000 Subject: Fix compilation warning: gtk_message_dialog_format_secondary_text() require a format string. svn path=/trunk/; revision=1866 --- libempathy-gtk/empathy-ft-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-ft-manager.c b/libempathy-gtk/empathy-ft-manager.c index 3065418cb..624680d93 100644 --- a/libempathy-gtk/empathy-ft-manager.c +++ b/libempathy-gtk/empathy-ft-manager.c @@ -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", -- cgit v1.2.3