diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-22 14:18:38 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-22 14:18:38 +0200 |
commit | 01fc374f65b6c552891d3f0d2dad5c7eb8031596 (patch) | |
tree | b4015c076733c7c8aa5d57f6dffeaed7a172aa75 /src/sound-service-dbus.c | |
parent | 83240c1cfd0c46bf46d616088d5d9ad12f3e2730 (diff) | |
download | ayatana-indicator-sound-01fc374f65b6c552891d3f0d2dad5c7eb8031596.tar.gz ayatana-indicator-sound-01fc374f65b6c552891d3f0d2dad5c7eb8031596.tar.bz2 ayatana-indicator-sound-01fc374f65b6c552891d3f0d2dad5c7eb8031596.zip |
properly plug the track / player specific together
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index d546ceb..980fa05 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -325,7 +325,7 @@ bus_method_call (GDBusConnection * connection, gchar* player_object_path; gchar* player_id; g_variant_get (params, "(os)", &player_object_path, &player_id); - //g_debug ("object path = %s and id = %s", player_object_path, player_id); + g_debug ("object path = %s and id = %s", player_object_path, player_id); g_signal_emit (service, signals[TRACK_SPECIFIC_ITEM], 0, |