summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-11-10 20:13:24 +0000
committerThomas Martitz <kugel@rockbox.org>2009-11-10 20:13:24 +0000
commitc5b4482ee2468c0e40da4441ddf429c890b5a291 (patch)
treef24461e5db3690c5b69caf48710f61c542c961f4 /apps/misc.c
parent422fcbe35d93d2ea35695b8f746e0652ee1796ad (diff)
downloadrockbox-c5b4482ee2468c0e40da4441ddf429c890b5a291.tar.gz
rockbox-c5b4482ee2468c0e40da4441ddf429c890b5a291.zip
Revert r23599 and r23600 and fix the early usb problem at the root. The the viewportmanager and custom statusbar was initialized too late.
Now, call it earlier and remove parts of it that caused the need to call it later. Removing that is OK since it's done again on settings loading. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23603 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 9e5fb4068d..f1c38f376c 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -581,7 +581,7 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
581 check_bootfile(false); /* gets initial size */ 581 check_bootfile(false); /* gets initial size */
582#endif 582#endif
583#endif 583#endif
584 gui_usb_screen_run(false); 584 gui_usb_screen_run();
585#ifdef BOOTFILE 585#ifdef BOOTFILE
586#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) 586#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
587 check_bootfile(true); 587 check_bootfile(true);