diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-09 14:58:10 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-09 14:58:10 +0100 |
commit | e5a739d750c38bdcb1eb033fc9749f1228d9286c (patch) | |
tree | 1a6a7f580ca72c7778aaeff90db8bda9f109652a /src/player-controller.vala | |
parent | 383f76b32f0e58da4051a111bd51d01d58fd7e10 (diff) | |
download | ayatana-indicator-sound-e5a739d750c38bdcb1eb033fc9749f1228d9286c.tar.gz ayatana-indicator-sound-e5a739d750c38bdcb1eb033fc9749f1228d9286c.tar.bz2 ayatana-indicator-sound-e5a739d750c38bdcb1eb033fc9749f1228d9286c.zip |
trying to get a static client implementation working
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index 60f27ca..84d2374 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -100,9 +100,7 @@ public class PlayerController : GLib.Object if(this.current_state != state.READY){ debug("establish_mpris_connection - Not ready to connect"); return; - } - - + } if(this.name == "Vlc"){ debug("establishing a vlc mpris controller"); this.mpris_adaptor = new Mpris2Controller(this); |