[gnome-bluetooth] Update libgconf-bridge from master



commit e159b88d7fd9c6fbe8bcc8cbe7bff46297be0617
Author: Christian Persch <chpe gnome org>
Date:   Sat May 23 00:28:34 2009 +0200

    Update libgconf-bridge from master
    
    Bug #583600.
---
 properties/gconf-bridge.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/properties/gconf-bridge.c b/properties/gconf-bridge.c
index 3d88856..c2b4ffc 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),



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