aboutsummaryrefslogtreecommitdiff
path: root/src/music-player-bridge.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-06 17:22:49 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-06 17:22:49 +0200
commit78068166398ffaee0bb2d997673139168fdfee3b (patch)
treead66a330e06e802e4f68a4949783226716766e46 /src/music-player-bridge.vala
parent7a66e3144234408fad971e25f8164eab085fa21f (diff)
downloadayatana-indicator-sound-78068166398ffaee0bb2d997673139168fdfee3b.tar.gz
ayatana-indicator-sound-78068166398ffaee0bb2d997673139168fdfee3b.tar.bz2
ayatana-indicator-sound-78068166398ffaee0bb2d997673139168fdfee3b.zip
two new methods added the service interface inorder to handle track and player specific items
Diffstat (limited to 'src/music-player-bridge.vala')
-rw-r--r--src/music-player-bridge.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music-player-bridge.vala b/src/music-player-bridge.vala
index b5932fa..2a85dd3 100644
--- a/src/music-player-bridge.vala
+++ b/src/music-player-bridge.vala
@@ -27,7 +27,7 @@ public class MusicPlayerBridge : GLib.Object
private SettingsManager settings_manager;
private Dbusmenu.Menuitem root_menu;
- private HashMap<string, PlayerController> registered_clients;
+ private HashMap<string, PlayerController> registered_clients;
private Mpris2Watcher watcher;
public MusicPlayerBridge()