Update of /cvsroot/rockbox/apps/recorder
In directory labb.contactor.se:/var/tmp/cvs-serv21229/apps/recorder
Modified Files:
recording.c
Log Message:
Bug/patch #1049956, turn off LED when entering recording quick screens
Index: recording.c
===================================================================
RCS file: /cvsroot/rockbox/apps/recorder/recording.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- recording.c 17 Oct 2004 10:00:46 -0000 1.63
+++ recording.c 19 Oct 2004 11:39:24 -0000 1.64
@@ -471,6 +471,7 @@
case REC_F2:
if(mpeg_status() != MPEG_STATUS_RECORD)
{
+ invert_led(false);
if (f2_rec_screen())
{
have_recorded = true;
@@ -493,6 +494,7 @@
{
if(mpeg_status() != MPEG_STATUS_RECORD)
{
+ invert_led(false);
if (f3_rec_screen())
{
have_recorded = true;
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs
|