diff options
author | Ted Gould <ted@canonical.com> | 2009-10-28 11:58:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-28 11:58:38 -0500 |
commit | ae17afafe8ab3282e597542195595dffbe5fed99 (patch) | |
tree | 8b112ec713e68e422462b6d0a0332595a953d645 | |
parent | 7c5ed374e35a958c50ad74e26bb6df6f8e9e0c7c (diff) | |
download | libdbusmenu-ae17afafe8ab3282e597542195595dffbe5fed99.tar.gz libdbusmenu-ae17afafe8ab3282e597542195595dffbe5fed99.tar.bz2 libdbusmenu-ae17afafe8ab3282e597542195595dffbe5fed99.zip |
Changing the interface name for properties.
-rw-r--r-- | libdbusmenu-glib/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index 349ae73..61f1ccf 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -472,7 +472,7 @@ build_proxies (DbusmenuClient * client) priv->menuproxy = dbus_g_proxy_new_for_name_owner(priv->session_bus, priv->dbus_name, priv->dbus_object, - "org.freedesktop.dbusmenu", + "org.ayatana.dbusmenu", &error); if (error != NULL) { g_warning("Unable to get dbusmenu proxy for %s on %s: %s", priv->dbus_name, priv->dbus_object, error->message); @@ -829,7 +829,7 @@ update_layout (DbusmenuClient * client) update_layout_cb, client, NULL, - G_TYPE_STRING, "org.freedesktop.dbusmenu", + G_TYPE_STRING, "org.ayatana.dbusmenu", G_TYPE_STRING, "layout", G_TYPE_INVALID, G_TYPE_VALUE, G_TYPE_INVALID); |