aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:22:03 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:22:03 +0800
commit3f888d5c8c8c15c51009cce96a7ed57ca96d964d (patch)
treeb3634ddfd3f2a74916d0fbd7203718118ac55b1c
parentdd90b5c987d75cc60b55f726fceddd74e9ac8f13 (diff)
downloadgsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.tar
gsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.tar.gz
gsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.tar.bz2
gsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.tar.lz
gsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.tar.xz
gsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.tar.zst
gsoc2013-empathy-3f888d5c8c8c15c51009cce96a7ed57ca96d964d.zip
Fix compilation warning: gtk_message_dialog_format_secondary_text() require a format string.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1866 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--libempathy-gtk/empathy-ft-manager.c2
1 files changed, 1 insertions, 1 deletions
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",