empathy r1866 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Nov 21 16:22:03 2008
New Revision: 1866
URL: http://svn.gnome.org/viewvc/empathy?rev=1866&view=rev

Log:
Fix compilation warning: gtk_message_dialog_format_secondary_text() require a format string.

Modified:
   trunk/libempathy-gtk/empathy-ft-manager.c

Modified: trunk/libempathy-gtk/empathy-ft-manager.c
==============================================================================
--- trunk/libempathy-gtk/empathy-ft-manager.c	(original)
+++ trunk/libempathy-gtk/empathy-ft-manager.c	Fri Nov 21 16:22:03 2008
@@ -758,7 +758,7 @@
                   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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]