forked from len0rd/rockbox
this wasnt meant to be commited
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
40a253d464
commit
1ebdd5babd
1 changed files with 1 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ MAKE_MENU(playback_menu_item,ID2P(LANG_PLAYBACK),0,
|
||||||
,&unplug_menu
|
,&unplug_menu
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
#include "debug.h"
|
|
||||||
int playback_callback(int action,const struct menu_item_ex *this_item)
|
int playback_callback(int action,const struct menu_item_ex *this_item)
|
||||||
{
|
{
|
||||||
static bool old_shuffle = false;
|
static bool old_shuffle = false;
|
||||||
|
|
@ -197,7 +197,6 @@ int playback_callback(int action,const struct menu_item_ex *this_item)
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
case ACTION_ENTER_MENUITEM:
|
case ACTION_ENTER_MENUITEM:
|
||||||
DEBUGF("boo\n");
|
|
||||||
if (this_item == &shuffle_item)
|
if (this_item == &shuffle_item)
|
||||||
old_shuffle = global_settings.playlist_shuffle;
|
old_shuffle = global_settings.playlist_shuffle;
|
||||||
else if (this_item == &repeat_mode)
|
else if (this_item == &repeat_mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue