summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-25 17:08:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-25 17:08:17 +0000
commit550e55ffb507d475196ef09b8502d5415231d253 (patch)
treeac20b777aa96af8bc8d3df4c75b47e6dd5f69226 /apps/tree.c
parent320ef3e4d83a25946320fe380bac409f99d67540 (diff)
downloadrockbox-550e55ffb507d475196ef09b8502d5415231d253.tar.gz
rockbox-550e55ffb507d475196ef09b8502d5415231d253.zip
The call to shutdown_screen() is only for recorder models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4945 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b915b39225..25e0a370e9 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1017,7 +1017,6 @@ static bool dirbrowse(char *root, int *dirfilter)
1017 1017
1018#ifdef HAVE_RECORDER_KEYPAD 1018#ifdef HAVE_RECORDER_KEYPAD
1019 case BUTTON_OFF | BUTTON_REL: 1019 case BUTTON_OFF | BUTTON_REL:
1020#endif
1021 /* Stop the music if it is playing, else show the shutdown 1020 /* Stop the music if it is playing, else show the shutdown
1022 screen */ 1021 screen */
1023 if(mpeg_status()) 1022 if(mpeg_status())
@@ -1029,6 +1028,7 @@ static bool dirbrowse(char *root, int *dirfilter)
1029 } 1028 }
1030 } 1029 }
1031 break; 1030 break;
1031#endif
1032 1032
1033#ifdef HAVE_RECORDER_KEYPAD 1033#ifdef HAVE_RECORDER_KEYPAD
1034 case BUTTON_OFF | BUTTON_REPEAT: 1034 case BUTTON_OFF | BUTTON_REPEAT: