From 18739873154648ea6fbb40623cc021b2d4ca0a5d Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Tue, 15 Oct 2002 12:56:05 +0000 Subject: Use status_set... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2661 a1c6a512-1295-4272-9138-f99709370657 --- apps/main_menu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/main_menu.c') diff --git a/apps/main_menu.c b/apps/main_menu.c index cf31e74961..9a31687500 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -37,6 +37,7 @@ #include "power.h" #include "powermgmt.h" #include "sound_menu.h" +#include "status.h" #include "lang.h" @@ -241,11 +242,11 @@ bool main_menu(void) m=menu_init( items, sizeof items / sizeof(struct menu_items) ); #ifdef HAVE_LCD_CHARCELLS - lcd_icon(ICON_PARAM, true); + status_set_param(true); #endif result = menu_run(m); #ifdef HAVE_LCD_CHARCELLS - lcd_icon(ICON_PARAM, false); + status_set_param(false); #endif menu_exit(m); -- cgit v1.2.3