From 0d231118f14f622ca025ac29db0b2cd0eeaec004 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 2 Sep 2010 23:21:00 +0100 Subject: tidied the transport backend --- src/player-controller.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player-controller.vala') diff --git a/src/player-controller.vala b/src/player-controller.vala index 2ea9331..f5ec205 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -176,6 +176,8 @@ public class PlayerController : GLib.Object this.update_state(state.CONNECTED); TitleMenuitem title = this.custom_items[widget_order.TITLE] as TitleMenuitem; title.toggle_active_triangle(true); + TransportMenuitem transport = this.custom_items[widget_order.TRANSPORT] as TransportMenuitem; + transport.change_play_state(TransportMenuitem.state.PAUSED); } else{ this.update_state(state.DISCONNECTED); -- cgit v1.2.3