oops, wrong return value
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13260 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a2740d9edc
commit
70e2846241
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ MAKE_MENU(viewer_settings_menu, ID2P(LANG_PLAYLISTVIEWER_SETTINGS),
|
||||||
&show_icons, &show_indices, &track_display, &save_playlist_item);
|
&show_icons, &show_indices, &track_display, &save_playlist_item);
|
||||||
static bool viewer_menu(void)
|
static bool viewer_menu(void)
|
||||||
{
|
{
|
||||||
return do_menu(&viewer_settings_menu, NULL) == SYS_USB_CONNECTED;
|
return do_menu(&viewer_settings_menu, NULL) == MENU_ATTACHED_USB;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Save playlist to disk */
|
/* Save playlist to disk */
|
||||||
|
|
Loading…
Reference in a new issue