aboutsummaryrefslogtreecommitdiff
path: root/src/player-controller.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-12-07 10:32:32 +0000
committerConor Curran <conor.curran@canonical.com>2010-12-07 10:32:32 +0000
commit4280f27f7b3f42a73c971664f0cd322780c2bff6 (patch)
tree2faba8113b99ae3d23e3d9cf02879b6eb0a70d53 /src/player-controller.vala
parent0d5c60e9161f4b1b4315bbfac7862ef662f577ee (diff)
parent4061f2bed3ed22262305c19e534f1007f7febbe9 (diff)
downloadayatana-indicator-sound-4280f27f7b3f42a73c971664f0cd322780c2bff6.tar.gz
ayatana-indicator-sound-4280f27f7b3f42a73c971664f0cd322780c2bff6.tar.bz2
ayatana-indicator-sound-4280f27f7b3f42a73c971664f0cd322780c2bff6.zip
merged the first large part of the gdbus port
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r--src/player-controller.vala5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala
index e2ae4d7..3c9b0ff 100644
--- a/src/player-controller.vala
+++ b/src/player-controller.vala
@@ -114,7 +114,7 @@ public class PlayerController : GLib.Object
public void vanish()
{
foreach(Dbusmenu.Menuitem item in this.custom_items){
- root_menu.child_delete(item);
+ root_menu.child_delete(item);
}
}
@@ -178,9 +178,6 @@ public class PlayerController : GLib.Object
return result;
}
- // Temporarily we will need to handle to different mpris implemenations
- // Do it for now - a couple of weeks should see this messy carry on out of
- // the codebase.
public void determine_state()
{
if(this.mpris_bridge.connected() == true){