diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-10 17:16:04 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-10 17:16:04 +0100 |
commit | 161c8c52715995d2c9e0b9cb04236aaa078c4e8f (patch) | |
tree | e739b873d9a333bf4e93a19f01fd536fc6a1f55a /src/mpris2-watcher.vala | |
parent | 7cb21f1a155f52646030e987ab60503b02a04496 (diff) | |
parent | 82a8f86a7088a2e144c89373174c8e03a597f277 (diff) | |
download | ayatana-indicator-sound-161c8c52715995d2c9e0b9cb04236aaa078c4e8f.tar.gz ayatana-indicator-sound-161c8c52715995d2c9e0b9cb04236aaa078c4e8f.tar.bz2 ayatana-indicator-sound-161c8c52715995d2c9e0b9cb04236aaa078c4e8f.zip |
player and track specific support is in
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 d508959..06ccb6e 100644 --- a/src/mpris2-watcher.vala +++ b/src/mpris2-watcher.vala @@ -38,7 +38,7 @@ public class Mpris2Watcher : GLib.Object this.fdesktop_obj = Bus.get_proxy_sync ( BusType.SESSION, FREEDESKTOP_SERVICE, FREEDESKTOP_OBJECT, - DBusProxyFlags.DO_NOT_LOAD_PROPERTIES ); + DBusProxyFlags.DO_NOT_LOAD_PROPERTIES ); this.fdesktop_obj.name_owner_changed.connect (this.name_changes_detected); this.check_for_active_clients.begin(); } |