evolution r37496 - trunk/e-util



Author: tobiasmue
Date: Tue Apr  7 00:39:58 2009
New Revision: 37496
URL: http://svn.gnome.org/viewvc/evolution?rev=37496&view=rev

Log:
2009-04-07  Tobias Mueller  <tobiasmue gnome org>

    ** Fixes bug #577989

    * conf-bridge.c (error_handler):
    Call gtk_message_dialog_new with a proper format string ("%s")



Modified:
   trunk/e-util/ChangeLog
   trunk/e-util/gconf-bridge.c

Modified: trunk/e-util/gconf-bridge.c
==============================================================================
--- trunk/e-util/gconf-bridge.c	(original)
+++ trunk/e-util/gconf-bridge.c	Tue Apr  7 00:39:58 2009
@@ -1223,6 +1223,7 @@
                 dlg = gtk_message_dialog_new (NULL, 0,
                                               GTK_MESSAGE_ERROR,
                                               GTK_BUTTONS_OK,
+                                              "%s",
                                               message);
                 g_free (message);
 



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