summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-05-23 00:28:34 +0200
committerChristian Persch <chpe@gnome.org>2009-05-23 18:08:33 +0200
commite159b88d7fd9c6fbe8bcc8cbe7bff46297be0617 (patch)
treec568471fc381da302d862d41855aab5eac9e1985 /properties
parenta8984615c366eecc3c6beb45b4f60b9c8f4d2458 (diff)
downloadgnome-bluetooth-e159b88d7fd9c6fbe8bcc8cbe7bff46297be0617.tar.gz
Update libgconf-bridge from master
Bug #583600.
Diffstat (limited to 'properties')
-rw-r--r--properties/gconf-bridge.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/properties/gconf-bridge.c b/properties/gconf-bridge.c
index 3d88856b..c2b4ffc7 100644
--- a/properties/gconf-bridge.c
+++ b/properties/gconf-bridge.c
@@ -1215,16 +1215,13 @@ error_handler (GConfClient *client,
g_warning ("GConf error:\n %s", error->message);
if (!shown_dialog) {
- char *message;
GtkWidget *dlg;
- message = g_strdup_printf (_("GConf error: %s"),
- error->message);
dlg = gtk_message_dialog_new (NULL, 0,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
- message);
- g_free (message);
+ _("GConf error: %s"),
+ error->message);
gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG (dlg),