[gconf] gconf-database-dbus: Allow setting the gconf values to the schema default
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] gconf-database-dbus: Allow setting the gconf values to the schema default
- Date: Wed, 7 Sep 2011 12:44:46 +0000 (UTC)
commit 20090aab16ad2fa168afa33a7af5fe11ca73f297
Author: Joey Zheng <joey jzheng org>
Date: Wed Sep 7 13:14:17 2011 +0100
gconf-database-dbus: Allow setting the gconf values to the schema default
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655954
gconf/gconf-database-dbus.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gconf/gconf-database-dbus.c b/gconf/gconf-database-dbus.c
index fbb6d79..ea3b553 100644
--- a/gconf/gconf-database-dbus.c
+++ b/gconf/gconf-database-dbus.c
@@ -349,8 +349,7 @@ database_handle_lookup_ext (DBusConnection *conn,
dbus_message_iter_init_append (reply, &iter);
- if (value)
- gconf_dbus_utils_append_entry_values (&iter,
+ gconf_dbus_utils_append_entry_values (&iter,
key,
value,
value_is_default,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]