aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-watcher.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-29 10:24:23 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-29 10:24:23 +0200
commite63dc6451177bc9d4c398849eda13ff880fc69c3 (patch)
treeb05fabfb4e370ddb0f73278d44f554cd59e8d970 /src/mpris2-watcher.vala
parent01fc374f65b6c552891d3f0d2dad5c7eb8031596 (diff)
downloadayatana-indicator-sound-e63dc6451177bc9d4c398849eda13ff880fc69c3.tar.gz
ayatana-indicator-sound-e63dc6451177bc9d4c398849eda13ff880fc69c3.tar.bz2
ayatana-indicator-sound-e63dc6451177bc9d4c398849eda13ff880fc69c3.zip
new menu items manager - and removed the earlier attempt at a custom item for the same purpose
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 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();
}