From 80b575ffb834f003c7e0742b60ac02d5cb09a43a Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Tue, 7 Apr 2009 00:39:58 +0000 Subject: ** Fixes bug #577989 2009-04-07 Tobias Mueller ** Fixes bug #577989 * conf-bridge.c (error_handler): Call gtk_message_dialog_new with a proper format string ("%s") svn path=/trunk/; revision=37496 --- e-util/ChangeLog | 7 +++++++ e-util/gconf-bridge.c | 1 + 2 files changed, 8 insertions(+) (limited to 'e-util') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index a817d0d033..4b29efd710 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2009-04-07 Tobias Mueller + + ** Fixes bug #577989 + + * conf-bridge.c (error_handler): + Call gtk_message_dialog_new with a proper format string ("%s") + 2009-02-13 Matthew Barnes ** Fixes part of bug #564229 diff --git a/e-util/gconf-bridge.c b/e-util/gconf-bridge.c index 451b7052cb..66dcbc7ea2 100644 --- a/e-util/gconf-bridge.c +++ b/e-util/gconf-bridge.c @@ -1223,6 +1223,7 @@ error_handler (GConfClient *client, dlg = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, + "%s", message); g_free (message); -- cgit v1.2.3