[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rockbox-cvs
Subject:    fredwbauer: r30613 - trunk/apps
From:       mailer () svn ! rockbox ! org
Date:       2011-09-27 21:06:12
Message-ID: 201109272106.p8RL6Cig027365 () giant ! haxx ! se
[Download RAW message or body]

Date: 2011-09-27 23:06:12 +0200 (Tue, 27 Sep 2011)
New Revision: 30613

Log Message:
Delay settings_reset() until after font_init(). Fixes boot crash on Fuze(v1) and probably others.

Modified:
   trunk/apps/main.c

Modified: trunk/apps/main.c
===================================================================
--- trunk/apps/main.c	2011-09-27 19:19:28 UTC (rev 30612)
+++ trunk/apps/main.c	2011-09-27 21:06:12 UTC (rev 30613)
@@ -446,8 +446,6 @@
      * before any other moveable allocs. */
     theme_init_buffer();
 
-    settings_reset();
-
     i2c_init();
     
     power_init();
@@ -468,6 +466,8 @@
         global_status.font_id[rc] = FONT_SYSFIXED;
     font_init();
 #endif
+    
+    settings_reset();
 
     CHART(">show_logo");
     show_logo();

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs@cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic