network-manager-applet r1260 - branches/NETWORKMANAGER_APPLET_0_7/src/connection-editor



Author: dcbw
Date: Wed Apr  8 15:16:14 2009
New Revision: 1260
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1260&view=rev

Log:
Don't pass message as format string (Alexander Sack)

Modified:
   branches/NETWORKMANAGER_APPLET_0_7/src/connection-editor/nm-connection-list.c

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/connection-editor/nm-connection-list.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/connection-editor/nm-connection-list.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/connection-editor/nm-connection-list.c	Wed Apr  8 15:16:14 2009
@@ -99,7 +99,7 @@
 	message = g_strdup_vprintf (format, args);
 	va_end (args);
 
-	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), message);
+	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", message);
 	g_free (message);
 
 	gtk_widget_show_all (dialog);



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