[gnome-bluetooth] Update libgconf-bridge from master
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Update libgconf-bridge from master
- Date: Sat, 23 May 2009 12:09:41 -0400 (EDT)
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]