summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-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);