[gconf/gdbus] Update to latest GDBus API



commit f5235f978fe2f9ee57cb76e83b4439c965c6cf10
Author: Christian Persch <chpe gnome org>
Date:   Sat May 15 12:51:11 2010 +0200

    Update to latest GDBus API

 defaults/gconf-defaults.c |    1 -
 gconf/gconfd.c            |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/defaults/gconf-defaults.c b/defaults/gconf-defaults.c
index 4faf6e7..f4932f4 100644
--- a/defaults/gconf-defaults.c
+++ b/defaults/gconf-defaults.c
@@ -398,7 +398,6 @@ register_mechanism (GConfDefaults *mechanism,
         priv->registration_id = g_dbus_connection_register_object
                                     (connection,
                                      "/",
-                                     "org.gnome.GConf.Defaults",
                                      introspection_data->interfaces[0],
                                      &interface_vtable,
                                      mechanism,
diff --git a/gconf/gconfd.c b/gconf/gconfd.c
index 83e5c2a..f5b7f9d 100644
--- a/gconf/gconfd.c
+++ b/gconf/gconfd.c
@@ -565,7 +565,6 @@ own_org_gnome_GConf (void)
 
   registration_id = g_dbus_connection_register_object (connection,
                                                        "/org/gnome/GConf",
-                                                       "org.gnome.GConf",
                                                        introspection_data->interfaces[0],
                                                        &interface_vtable,
                                                        introspection_data,



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