diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-22 20:21:22 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-22 20:21:22 +0200 |
commit | 21b398262932ad1c835e524d7c2f450e855ed8b8 (patch) | |
tree | 5a96a46ad8617c0fc7f24870f4d3840078b7a50d /src/scrub-menu-item.vala | |
parent | 6265822d010af70aef509031e602714d1c2e24c5 (diff) | |
parent | cf97680d74aa9ab00cd55359d9e16acdad9f057f (diff) | |
download | ayatana-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/scrub-menu-item.vala')
-rw-r--r-- | src/scrub-menu-item.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrub-menu-item.vala b/src/scrub-menu-item.vala index cfd6312..29fa903 100644 --- a/src/scrub-menu-item.vala +++ b/src/scrub-menu-item.vala @@ -37,14 +37,14 @@ public class ScrubMenuitem : PlayerItem public void update_position(int32 new_position) { this.property_set_int(MENUITEM_POSITION, new_position); - } - + } public static HashSet<string> attributes_format() { HashSet<string> attrs = new HashSet<string>(); attrs.add(MENUITEM_DURATION); attrs.add(MENUITEM_POSITION); + attrs.add(MENUITEM_PLAY_STATE); return attrs; } }
\ No newline at end of file |