summaryrefslogtreecommitdiffstats
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-01-01 05:04:34 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-01-01 05:04:34 +0000
commit67286783853120d3a4615aa7da35bdbd4740c978 (patch)
tree6ac947026c93e9f6309eaa72e3c7d08b99dc5f93 /apps/gui/gwps.c
parent9e3844db07e684365837ca5d5f9bcd4a2cb993a6 (diff)
downloadrockbox-67286783853120d3a4615aa7da35bdbd4740c978.tar.gz
rockbox-67286783853120d3a4615aa7da35bdbd4740c978.zip
fis FS#9739 - yesterdays statusbar commits broke the WPS disk spindown handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19630 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index a9ad5788b7..44b851442f 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -700,7 +700,7 @@ long gui_wps_show(void)
return GO_TO_PREVIOUS;
}
- if ( button )
+ if ( !IS_SYSEVENT(button) )
storage_spin();
}
return GO_TO_ROOT; /* unreachable - just to reduce compiler warnings */