summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-09-24 07:49:16 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-09-24 07:49:16 +0000
commitf077710b86c611888fde6c3b01c870e87d6ce2e2 (patch)
tree6b4a75145cf3ad1ad660bbc89c45cef811c200ea /apps/tree.c
parent1a07eef1671ff2d0c460adc8271da0fb7cafcb67 (diff)
downloadrockbox-f077710b86c611888fde6c3b01c870e87d6ce2e2.tar.gz
rockbox-f077710b86c611888fde6c3b01c870e87d6ce2e2.zip
New mpeg_status() function replaces mpeg_is_playing()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2379 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 9689ac5ae9..d3ee244ff6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -851,7 +851,7 @@ bool dirbrowse(char *root)
851 break; 851 break;
852 852
853 case BUTTON_ON: 853 case BUTTON_ON:
854 if (mpeg_is_playing()) 854 if (mpeg_status() & MPEG_STATUS_PLAY)
855 { 855 {
856 lcd_stop_scroll(); 856 lcd_stop_scroll();
857 if (wps_show() == SYS_USB_CONNECTED) 857 if (wps_show() == SYS_USB_CONNECTED)