aboutsummaryrefslogtreecommitdiff
path: root/src/player-controller.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r--src/player-controller.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala
index 75c251c..88dc3a7 100644
--- a/src/player-controller.vala
+++ b/src/player-controller.vala
@@ -60,7 +60,6 @@ public class PlayerController : GLib.Object
public void activate()
{
- debug("about to try to establish an mpris connection");
this.establish_mpris_connection();
this.custom_items[METADATA].property_set_bool(MENUITEM_PROP_VISIBLE, true);
}
@@ -95,6 +94,7 @@ public class PlayerController : GLib.Object
else{
this.update_state(DISCONNECTED);
}
+ this.update_layout();
}
public void vanish()