aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-watcher.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-01 09:54:44 -0600
committerConor Curran <conor.curran@canonical.com>2011-02-01 09:54:44 -0600
commit9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f (patch)
tree67e66dfe3044ac447d61fe9c83d88b538fab1175 /src/mpris2-watcher.vala
parent19938ac8e993a14d8320b75091aaa56894e8175a (diff)
parent2ea739c1cc14bbfdafbebec79aeae78cbf440145 (diff)
downloadayatana-indicator-sound-9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f.tar.gz
ayatana-indicator-sound-9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f.tar.bz2
ayatana-indicator-sound-9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f.zip
merged dbus blacklisting
Diffstat (limited to 'src/mpris2-watcher.vala')
-rw-r--r--src/mpris2-watcher.vala2
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{