diff options
author | Tobias Mueller <tobiasmue@gnome.org> | 2009-04-07 08:39:58 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2009-04-07 08:39:58 +0800 |
commit | 80b575ffb834f003c7e0742b60ac02d5cb09a43a (patch) | |
tree | 7da7726c9e2c6cd8322dbf6d007814a4c1849654 /e-util/gconf-bridge.c | |
parent | de522aa2fbbe3caea69d99d92014eafda93f810f (diff) | |
download | gsoc2013-evolution-80b575ffb834f003c7e0742b60ac02d5cb09a43a.tar.gz gsoc2013-evolution-80b575ffb834f003c7e0742b60ac02d5cb09a43a.tar.zst gsoc2013-evolution-80b575ffb834f003c7e0742b60ac02d5cb09a43a.zip |
** Fixes bug #577989
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")
svn path=/trunk/; revision=37496
Diffstat (limited to 'e-util/gconf-bridge.c')
-rw-r--r-- | e-util/gconf-bridge.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |