From c4ece974f8fe47f5a8de2afe242546bf19b33731 Mon Sep 17 00:00:00 2001 From: Yingan Deng Date: Fri, 23 Jul 2010 10:28:56 +0800 Subject: [PATCH] Fix PATH of adapter_watch in bluetooth plugin The Path of the adapter_watch signal is not right, so the adapter status can not be synced. --- plugins/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 5103e25..410d0bb 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -927,7 +927,7 @@ static int bluetooth_init(void) NULL, NULL); adapter_watch = g_dbus_add_signal_watch(connection, NULL, NULL, - BLUEZ_MANAGER_INTERFACE, + BLUEZ_ADAPTER_INTERFACE, PROPERTY_CHANGED, adapter_changed, NULL, NULL); -- 2.7.4