diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-21 11:04:29 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-21 11:04:29 +0200 |
commit | 5e112656817e193c26ee462f4beffb83c08858f4 (patch) | |
tree | 559d809df653a14771271c2be5730e47fe99e3ff /src/sound-service.c | |
parent | a3acb4947b7ae8c31e873befb24bebe64b36e49c (diff) | |
parent | 808a7108ec6c8cca9423b25269c846b5c6e2461d (diff) | |
download | ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.tar.gz ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.tar.bz2 ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.zip |
merged tip in
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 918bde6..dd957a0 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -47,8 +47,9 @@ service_shutdown (IndicatorService *service, gpointer user_data) void on_player_specific_item_requested (SoundServiceDbus* sound_service, - const gchar* player_object_path, - gpointer userdata) + const gchar* desktop_id, + const gchar* player_object_path, + gpointer userdata) { music_player_bridge_enable_player_specific_items_for_client (player_bridge, desktop_id); g_debug ("ON PLAYER SPECIFIC ITEM REQUESTED %s", desktop_id); @@ -57,6 +58,7 @@ on_player_specific_item_requested (SoundServiceDbus* sound_service, void on_track_specific_item_requested (SoundServiceDbus* sound_service, const gchar* desktop_id, + const gchar* player_object_path, gpointer userdata) { music_player_bridge_enable_track_specific_items_for_client (player_bridge, desktop_id); |