diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-02-27 19:08:57 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-02-27 19:08:57 +0000 |
commit | b55fd2bd64c8075c86a38054900f3c59dbf53957 (patch) | |
tree | 3b964d629deaa5727ca42fbb4d42753abd40be4c /src/player-controller.vala | |
parent | 062aadf6d9ab7f1cecfab74159507047d52dc6d8 (diff) | |
download | ayatana-indicator-sound-b55fd2bd64c8075c86a38054900f3c59dbf53957.tar.gz ayatana-indicator-sound-b55fd2bd64c8075c86a38054900f3c59dbf53957.tar.bz2 ayatana-indicator-sound-b55fd2bd64c8075c86a38054900f3c59dbf53957.zip |
make sure we are dynamically sensitive to players being uninstalled whilst they still have an entry in the menu
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index 05996c6..8d3e6cc 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -30,8 +30,6 @@ public class PlayerController : GLib.Object TRANSPORT, PLAYLISTS } - - public enum state{ OFFLINE, |