diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-08 21:43:50 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-08 21:43:50 +0000 |
commit | 7576ffb4d9b247d1db2e44a7ea0f4ec8b5101f20 (patch) | |
tree | 870ceb5ca7ab8555fa23bd880df6569d6caab273 /src/transport-menu-item.vala | |
parent | da2fbe31c29cadf4d8215d882d212ef40a0d1da0 (diff) | |
download | ayatana-indicator-sound-7576ffb4d9b247d1db2e44a7ea0f4ec8b5101f20.tar.gz ayatana-indicator-sound-7576ffb4d9b247d1db2e44a7ea0f4ec8b5101f20.tar.bz2 ayatana-indicator-sound-7576ffb4d9b247d1db2e44a7ea0f4ec8b5101f20.zip |
seeking is working, need a tidy up
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index b0009d9..d5ae283 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -26,7 +26,9 @@ public class TransportMenuitem : PlayerItem public enum action{ PREVIOUS, PLAY_PAUSE, - NEXT + NEXT, + REWIND, + FORWIND } public enum state{ |