summaryrefslogtreecommitdiff
path: root/apps/menus/theme_menu.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-29 15:46:32 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-29 15:46:32 +0000
commit90a29dd611e9f0f1f9741272638f6c7b7d33ac4f (patch)
tree9798827358341ae1b2d69723616ec3ea5d5d4b42 /apps/menus/theme_menu.c
parent2659aa7f924f66d533018dd60bfe33b72bf08e00 (diff)
downloadrockbox-90a29dd611e9f0f1f9741272638f6c7b7d33ac4f.tar.gz
rockbox-90a29dd611e9f0f1f9741272638f6c7b7d33ac4f.zip
Make UI viewport handling more multiscreen aware and bring a break; accidentally back lost in a previous commit (r22485).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22537 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menus/theme_menu.c')
-rw-r--r--apps/menus/theme_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c
index f2e4579864..b4505de4b3 100644
--- a/apps/menus/theme_menu.c
+++ b/apps/menus/theme_menu.c
@@ -157,6 +157,7 @@ static int statusbar_callback_ex(int action,const struct menu_item_ex *this_item
157 { 157 {
158 case ACTION_ENTER_MENUITEM: 158 case ACTION_ENTER_MENUITEM:
159 old_bar[screen] = statusbar_position(screen); 159 old_bar[screen] = statusbar_position(screen);
160 break;
160 case ACTION_EXIT_MENUITEM: 161 case ACTION_EXIT_MENUITEM:
161 gui_statusbar_changed(screen, old_bar[screen]); 162 gui_statusbar_changed(screen, old_bar[screen]);
162 send_event(GUI_EVENT_STATUSBAR_TOGGLE, NULL); 163 send_event(GUI_EVENT_STATUSBAR_TOGGLE, NULL);