summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-17 14:39:02 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-17 14:39:02 +0000
commit1ebdd5babd56fda39c8e186d477887e8519d8790 (patch)
treef745ba8d90be187b8a10b8e0d6996a1cf2cf3a51 /apps
parent40a253d46411d7fb88483bddbfbae8c25c9bc861 (diff)
downloadrockbox-1ebdd5babd56fda39c8e186d477887e8519d8790.tar.gz
rockbox-1ebdd5babd56fda39c8e186d477887e8519d8790.zip
this wasnt meant to be commited
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12352 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/playback_menu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c
index 9fa07cc227..bdc0f93c89 100644
--- a/apps/menus/playback_menu.c
+++ b/apps/menus/playback_menu.c
@@ -188,7 +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" 191
192int playback_callback(int action,const struct menu_item_ex *this_item) 192int playback_callback(int action,const struct menu_item_ex *this_item)
193{ 193{
194 static bool old_shuffle = false; 194 static bool old_shuffle = false;
@@ -197,7 +197,6 @@ int playback_callback(int action,const struct menu_item_ex *this_item)
197 switch (action) 197 switch (action)
198 { 198 {
199 case ACTION_ENTER_MENUITEM: 199 case ACTION_ENTER_MENUITEM:
200 DEBUGF("boo\n");
201 if (this_item == &shuffle_item) 200 if (this_item == &shuffle_item)
202 old_shuffle = global_settings.playlist_shuffle; 201 old_shuffle = global_settings.playlist_shuffle;
203 else if (this_item == &repeat_mode) 202 else if (this_item == &repeat_mode)