empathy r1866 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1866 - trunk/libempathy-gtk
- Date: Fri, 21 Nov 2008 16:22:03 +0000 (UTC)
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]