summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-04-06 13:00:15 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-04-06 13:00:15 -0400
commita47a19025909b2242c57a522a91f0ed1420c9f52 (patch)
tree760fa91615a3c1473e89c7a3795ba287b2e91c4e
parent1e99b9056e89172471005fefe264701bce8e1778 (diff)
downloadgnome-disk-utility-a47a19025909b2242c57a522a91f0ed1420c9f52.tar.gz
gnome-disk-utility-a47a19025909b2242c57a522a91f0ed1420c9f52.tar.xz
gnome-disk-utility-a47a19025909b2242c57a522a91f0ed1420c9f52.zip
all D-Bus object paths are now prefixed with /org/freedesktop/DeviceKit/Disks
-rw-r--r--src/gdu/gdu-pool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gdu/gdu-pool.c b/src/gdu/gdu-pool.c
index 9fde7dd..50b3bb0 100644
--- a/src/gdu/gdu-pool.c
+++ b/src/gdu/gdu-pool.c
@@ -965,7 +965,7 @@ get_properties (GduPool *pool)
prop_proxy = dbus_g_proxy_new_for_name (pool->priv->bus,
"org.freedesktop.DeviceKit.Disks",
- "/",
+ "/org/freedesktop/DeviceKit/Disks",
"org.freedesktop.DBus.Properties");
error = NULL;
if (!dbus_g_proxy_call (prop_proxy,
@@ -1056,7 +1056,7 @@ gdu_pool_new (void)
pool->priv->proxy = dbus_g_proxy_new_for_name (pool->priv->bus,
"org.freedesktop.DeviceKit.Disks",
- "/",
+ "/org/freedesktop/DeviceKit/Disks",
"org.freedesktop.DeviceKit.Disks");
dbus_g_proxy_add_signal (pool->priv->proxy, "DeviceAdded", DBUS_TYPE_G_OBJECT_PATH, G_TYPE_INVALID);
dbus_g_proxy_add_signal (pool->priv->proxy, "DeviceRemoved", DBUS_TYPE_G_OBJECT_PATH, G_TYPE_INVALID);
@@ -1568,7 +1568,7 @@ gdu_pool_is_daemon_inhibited (GduPool *pool)
prop_proxy = dbus_g_proxy_new_for_name (pool->priv->bus,
"org.freedesktop.DeviceKit.Disks",
- "/",
+ "/org/freedesktop/DeviceKit/Disks",
"org.freedesktop.DBus.Properties");
error = NULL;
if (!dbus_g_proxy_call (prop_proxy,