diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-21 10:12:12 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-21 10:12:12 +0200 |
commit | a3acb4947b7ae8c31e873befb24bebe64b36e49c (patch) | |
tree | a00e2882f179325c6bc2c6d9dbdd459656de6701 /src/sound-service.c | |
parent | 4fc554dc87e61f4fa7c605236da86d05781f7496 (diff) | |
download | ayatana-indicator-sound-a3acb4947b7ae8c31e873befb24bebe64b36e49c.tar.gz ayatana-indicator-sound-a3acb4947b7ae8c31e873befb24bebe64b36e49c.tar.bz2 ayatana-indicator-sound-a3acb4947b7ae8c31e873befb24bebe64b36e49c.zip |
expanded the signature on the dbus methods for player and track specific items to handle the object path on the other side
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 1f7ea73..918bde6 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -47,7 +47,7 @@ service_shutdown (IndicatorService *service, gpointer user_data) void on_player_specific_item_requested (SoundServiceDbus* sound_service, - const gchar* desktop_id, + const gchar* player_object_path, gpointer userdata) { music_player_bridge_enable_player_specific_items_for_client (player_bridge, desktop_id); |