summaryrefslogtreecommitdiff
path: root/apps/menus/playback_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/playback_menu.c')
-rw-r--r--apps/menus/playback_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c
index 4dbfb6c40d..9fa07cc227 100644
--- a/apps/menus/playback_menu.c
+++ b/apps/menus/playback_menu.c
@@ -188,6 +188,7 @@ MAKE_MENU(playback_menu_item,ID2P(LANG_PLAYBACK),0,
188 ,&unplug_menu 188 ,&unplug_menu
189#endif 189#endif
190 ); 190 );
191 #include "debug.h"
191int playback_callback(int action,const struct menu_item_ex *this_item) 192int playback_callback(int action,const struct menu_item_ex *this_item)
192{ 193{
193 static bool old_shuffle = false; 194 static bool old_shuffle = false;
@@ -196,6 +197,7 @@ int playback_callback(int action,const struct menu_item_ex *this_item)
196 switch (action) 197 switch (action)
197 { 198 {
198 case ACTION_ENTER_MENUITEM: 199 case ACTION_ENTER_MENUITEM:
200 DEBUGF("boo\n");
199 if (this_item == &shuffle_item) 201 if (this_item == &shuffle_item)
200 old_shuffle = global_settings.playlist_shuffle; 202 old_shuffle = global_settings.playlist_shuffle;
201 else if (this_item == &repeat_mode) 203 else if (this_item == &repeat_mode)