summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-03-21 18:15:29 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-03-21 18:15:29 +0000
commit03cef9b2edbb0be870f3e75aad6ec66ed996b3d0 (patch)
tree73541fb2a64392b05ba36ab8056e3079381a0a8d /audio
parentca97286f1fed552d52feb7faa8e1059dae18b418 (diff)
Manager methods belong in the Manager interface
Diffstat (limited to 'audio')
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c
index abb0e1e9..1a0013a7 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -1860,7 +1860,7 @@ static DBusHandlerResult am_message(DBusConnection *conn,
!strcmp("Introspect", member))
return simple_introspect(conn, msg, data);
- if (strcmp(interface, "org.bluez.audio.Headset") != 0)
+ if (strcmp(interface, "org.bluez.audio.Manager") != 0)
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (strcmp(member, "CreateHeadset") == 0)