aboutsummaryrefslogtreecommitdiff
path: root/src/transport-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-22 20:21:22 +0200
committerConor Curran <conor.curran@canonical.com>2010-07-22 20:21:22 +0200
commit21b398262932ad1c835e524d7c2f450e855ed8b8 (patch)
tree5a96a46ad8617c0fc7f24870f4d3840078b7a50d /src/transport-menu-item.vala
parent6265822d010af70aef509031e602714d1c2e24c5 (diff)
parentcf97680d74aa9ab00cd55359d9e16acdad9f057f (diff)
downloadayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.tar.gz
ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.tar.bz2
ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.zip
ido scrub bar in but there are some bugs
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r--src/transport-menu-item.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala
index 8e837c2..3d6dcdd 100644
--- a/src/transport-menu-item.vala
+++ b/src/transport-menu-item.vala
@@ -32,6 +32,7 @@ public class TransportMenuitem : PlayerItem
public TransportMenuitem(PlayerController parent)
{
Object(item_type: MENUITEM_TYPE, owner: parent);
+ this.property_set_int(MENUITEM_PLAY_STATE, 1);
}
public void change_play_state(int state)