summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-01-01 13:12:37 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-01-01 13:12:37 +0000
commit36531c7471374260f8c987380f228f32688f4d20 (patch)
tree93ce2a3ae86be2e65e0073d84213d831b4d02f53
parenta02702ce1dd8a75757a294ce9a5a531b30dc466e (diff)
downloadrockbox-36531c7471374260f8c987380f228f32688f4d20.tar.gz
rockbox-36531c7471374260f8c987380f228f32688f4d20.zip
bah, the filetree does the same spindown handling as the WPS so fix it there also
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19632 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 6e05cb5eb0..3c3189f85a 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -821,7 +821,7 @@ static int dirbrowse()
821 } 821 }
822 if (start_wps) 822 if (start_wps)
823 return GO_TO_WPS; 823 return GO_TO_WPS;
824 if (button) 824 if (button && !IS_SYSEVENT(button))
825 { 825 {
826 storage_spin(); 826 storage_spin();
827 } 827 }