diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-29 10:24:23 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-29 10:24:23 +0200 |
commit | e63dc6451177bc9d4c398849eda13ff880fc69c3 (patch) | |
tree | b05fabfb4e370ddb0f73278d44f554cd59e8d970 /src/sound-service-dbus.c | |
parent | 01fc374f65b6c552891d3f0d2dad5c7eb8031596 (diff) | |
download | ayatana-indicator-sound-e63dc6451177bc9d4c398849eda13ff880fc69c3.tar.gz ayatana-indicator-sound-e63dc6451177bc9d4c398849eda13ff880fc69c3.tar.bz2 ayatana-indicator-sound-e63dc6451177bc9d4c398849eda13ff880fc69c3.zip |
new menu items manager - and removed the earlier attempt at a custom item for the same purpose
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index 980fa05..bad90ca 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -322,6 +322,7 @@ bus_method_call (GDBusConnection * connection, retval = g_variant_new ("(b)", result); } else if (g_strcmp0(method, "EnableTrackSpecificItems") == 0) { + g_debug ("EnableTrackSpecificItems"); gchar* player_object_path; gchar* player_id; g_variant_get (params, "(os)", &player_object_path, &player_id); |