|
amiconn: apps/recorder icons.c,1.55,1.56: msg#00226systems.archos.rockbox.cvs
Update of /cvsroot/rockbox/apps/recorder In directory labb:/tmp/cvs-serv2773/apps/recorder Modified Files: icons.c Log Message: Renamed the config variable for the battery display type to battery_display to get it out of the way for the upcoming battery_type setting for the Ondio. Also seems more logical. Index: icons.c =================================================================== RCS file: /cvsroot/rockbox/apps/recorder/icons.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- icons.c 25 Jan 2005 23:55:41 -0000 1.55 +++ icons.c 30 Jan 2005 13:48:44 -0000 1.56 @@ -248,15 +248,15 @@ fill = 100; #ifdef SIMULATOR - if (global_settings.battery_type && (percent > -1)) { + if (global_settings.battery_display && (percent > -1)) { #else #ifdef HAVE_CHARGE_CTRL /* Recorder */ /* show graphical animation when charging instead of numbers */ - if ((global_settings.battery_type) && + if ((global_settings.battery_display) && (charge_state != 1) && (percent > -1)) { #else /* FM */ - if (global_settings.battery_type && (percent > -1)) { + if (global_settings.battery_display && (percent > -1)) { #endif /* HAVE_CHARGE_CTRL */ #endif /* Numeric display */ _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox-cvs |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | amiconn: firmware/export config-ondiosp.h, 1.21, 1.22 config-ondiofm.h, 1.21, 1.22: 00226, cvs |
|---|---|
| Next by Date: | amiconn: apps settings.c, 1.253, 1.254 settings.h, 1.129, 1.130 settings_menu.c, 1.167, 1.168: 00226, cvs |
| Previous by Thread: | amiconn: firmware/export config-ondiosp.h, 1.21, 1.22 config-ondiofm.h, 1.21, 1.22i: 00226, cvs |
| Next by Thread: | amiconn: apps settings.c, 1.253, 1.254 settings.h, 1.129, 1.130 settings_menu.c, 1.167, 1.168: 00226, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |