diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-22 19:56:43 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-22 19:56:43 +0200 |
commit | cf97680d74aa9ab00cd55359d9e16acdad9f057f (patch) | |
tree | 5a96a46ad8617c0fc7f24870f4d3840078b7a50d /src/transport-menu-item.vala | |
parent | 928fbf4bab7659ec523ae16adc052ca42fece589 (diff) | |
download | ayatana-indicator-sound-cf97680d74aa9ab00cd55359d9e16acdad9f057f.tar.gz ayatana-indicator-sound-cf97680d74aa9ab00cd55359d9e16acdad9f057f.tar.bz2 ayatana-indicator-sound-cf97680d74aa9ab00cd55359d9e16acdad9f057f.zip |
trying to set the time line
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 1 |
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) |