[gnome-bluetooth] properties: Another lingering dbus-glib function
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] properties: Another lingering dbus-glib function
- Date: Wed, 12 Oct 2011 18:22:02 +0000 (UTC)
commit ca204ac495f9616c4611683ef6cb7690f59214d5
Author: Bastien Nocera <hadess hadess net>
Date: Wed Oct 12 18:13:14 2011 +0100
properties: Another lingering dbus-glib function
Shouldn't use dbus_g_proxy_get_path() anymore.
properties/cc-bluetooth-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/cc-bluetooth-panel.c b/properties/cc-bluetooth-panel.c
index 99ee745..6c59af4 100644
--- a/properties/cc-bluetooth-panel.c
+++ b/properties/cc-bluetooth-panel.c
@@ -156,7 +156,7 @@ switch_connected_active_changed (GtkSwitch *button,
g_warning ("Could not get D-Bus proxy for selected device");
return;
}
- proxy = g_strdup (dbus_g_proxy_get_path (g_value_get_object (&value)));
+ proxy = g_strdup (g_dbus_proxy_get_object_path (g_value_get_object (&value)));
g_value_unset (&value);
if (proxy == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]