diff options
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index ced7d96..2f5569c 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -24,7 +24,7 @@ public class PlayerController : GLib.Object { public const int WIDGET_QUANTITY = 4; - public static enum widget_order{ + public enum widget_order{ SEPARATOR, METADATA, TRANSPORT, |