logo       

amiconn: apps/recorder icons.c,1.55,1.56: msg#00226

systems.archos.rockbox.cvs

Subject: amiconn: apps/recorder icons.c,1.55,1.56

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>
Google Custom Search

News | FAQ | advertise