diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-31 13:14:47 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-31 13:14:47 -0600 |
commit | cf9b03167ed12086acbd74b97404b082f8e018a8 (patch) | |
tree | 1f8bf0544e98f7ac91352f41e2305d908bdf1e68 /src/mpris2-watcher.vala | |
parent | 19938ac8e993a14d8320b75091aaa56894e8175a (diff) | |
download | ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.tar.gz ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.tar.bz2 ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.zip |
players in menu now dynamically controllable from new dbus api
Diffstat (limited to 'src/mpris2-watcher.vala')
-rw-r--r-- | src/mpris2-watcher.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpris2-watcher.vala b/src/mpris2-watcher.vala index c20b04b..0b37506 100644 --- a/src/mpris2-watcher.vala +++ b/src/mpris2-watcher.vala @@ -50,7 +50,7 @@ public class Mpris2Watcher : GLib.Object // At startup check to see if there are clients up that we are interested in // More relevant for development and daemon's like mpd. - private async void check_for_active_clients() + public async void check_for_active_clients() { string[] interfaces; try{ |