logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

hbacke: apps debug_menu.c,1.84,1.85: msg#00132

Subject: hbacke: apps debug_menu.c,1.84,1.85
Update of /cvsroot/rockbox/apps
In directory labb.contactor.se:/var/tmp/cvs-serv15576

Modified Files:
        debug_menu.c 
Log Message:
Fixed broken reset runtime confirmation dialouge


Index: debug_menu.c
===================================================================
RCS file: /cvsroot/rockbox/apps/debug_menu.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- debug_menu.c        19 Sep 2004 21:58:36 -0000      1.84
+++ debug_menu.c        23 Sep 2004 19:38:59 -0000      1.85
@@ -1238,14 +1238,14 @@
                 lcd_update();
                 while (1) {
                     key = button_get_w_tmo(HZ*10);
-                    if ( key & BUTTON_REL )
-                        continue;
                     if ( key == SETTINGS_OK ) {
                         if ( state == 1 )
                             global_settings.runtime = 0;
                         else
                             global_settings.topruntime = 0;
+                        break;
                     }
+                    if ( key & BUTTON_REL )
                     break;
                 }
                 break;

_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs



<Prev in Thread] Current Thread [Next in Thread>