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
This commit is contained in:
Jonathan Gordon 2009-01-01 13:12:37 +00:00
parent a02702ce1d
commit 36531c7471

View file

@ -821,7 +821,7 @@ static int dirbrowse()
}
if (start_wps)
return GO_TO_WPS;
if (button)
if (button && !IS_SYSEVENT(button))
{
storage_spin();
}