gio: Fix typo in the /org/freedesktop/DBus path

https://bugzilla.gnome.org/show_bug.cgi?id=708677
This commit is contained in:
James Strandboge 2013-09-24 13:19:20 +01:00 committed by Ryan Lortie
parent 1d4bb3f5d0
commit 74314de4d8

View File

@ -1113,7 +1113,7 @@ subscribe_signals (GDBusObjectManagerClient *manager,
ret = g_dbus_connection_call_sync (manager->priv->connection, ret = g_dbus_connection_call_sync (manager->priv->connection,
"org.freedesktop.DBus", "org.freedesktop.DBus",
"/org/freedeskop/DBus", "/org/freedesktop/DBus",
"org.freedesktop.DBus", "org.freedesktop.DBus",
"AddMatch", "AddMatch",
g_variant_new ("(s)", g_variant_new ("(s)",
@ -1198,7 +1198,7 @@ maybe_unsubscribe_signals (GDBusObjectManagerClient *manager)
*/ */
g_dbus_connection_call (manager->priv->connection, g_dbus_connection_call (manager->priv->connection,
"org.freedesktop.DBus", "org.freedesktop.DBus",
"/org/freedeskop/DBus", "/org/freedesktop/DBus",
"org.freedesktop.DBus", "org.freedesktop.DBus",
"RemoveMatch", "RemoveMatch",
g_variant_new ("(s)", g_variant_new ("(s)",