From 67286783853120d3a4615aa7da35bdbd4740c978 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 1 Jan 2009 05:04:34 +0000 Subject: 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 --- apps/gui/gwps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index a9ad578..44b8514 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 */ -- cgit v1.1