diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-04-10 21:40:44 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-04-10 21:40:44 +0000 |
commit | a3f1e9f3cbb39d97898add232db3604751348bb9 (patch) | |
tree | 495c2ace08a19458c9f550850ba1823efb8b354d /apps | |
parent | 339d81206228bade176c769ceb62dd46544e16bf (diff) | |
download | rockbox-a3f1e9f3cbb39d97898add232db3604751348bb9.tar.gz rockbox-a3f1e9f3cbb39d97898add232db3604751348bb9.zip |
Oops. Shouldn't forget the default handler.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13101 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/screens.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c index c71eac8f86..0c65ca425c 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -1321,6 +1321,8 @@ bool view_runtime(void) global_status.topruntime = 0; } } + if(default_event_handler(action) == SYS_USB_CONNECTED) + return true; } action_signalscreenchange(); return false; |