1 Jan 2009 06:04
jdgordon: r19630 - trunk/apps/gui
<mailer <at> svn.rockbox.org>
2009-01-01 05:04:34 GMT
2009-01-01 05:04:34 GMT
Date: 2009-01-01 06:04:34 +0100 (Thu, 01 Jan 2009)
New Revision: 19630
Log Message:
fis FS#9739 - yesterdays statusbar commits broke the WPS disk spindown handling
Modified:
trunk/apps/gui/gwps.c
Modified: trunk/apps/gui/gwps.c
===================================================================
--- trunk/apps/gui/gwps.c 2008-12-31 21:02:56 UTC (rev 19629)
+++ trunk/apps/gui/gwps.c 2009-01-01 05:04:34 UTC (rev 19630)
<at> <at> -700,7 +700,7 <at> <at>
return GO_TO_PREVIOUS;
}
- if ( button )
+ if ( !IS_SYSEVENT(button) )
storage_spin();
}
return GO_TO_ROOT; /* unreachable - just to reduce compiler warnings */
_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs
RSS Feed