From 701a593c5df9bbf88711781e1abdb09690076034 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 2 Feb 2009 03:14:51 +0000 Subject: continuation of last nights statusbar cleanup. accept FS#9858 and FS#9859 make the rec and fm screens force the statusbar the correct way now which doesnt need extra status variables git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19904 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/keyboard.c') diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 02b1759a8a..a30871015b 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -298,7 +298,7 @@ int kbd_input(char* text, int buflen) int morse_tick = 0; char buf[2]; #endif - char oldbars = viewportmanager_set_statusbar(VP_SB_HIDE_ALL); + int oldbars = viewportmanager_set_statusbar(VP_SB_HIDE_ALL); FOR_NB_SCREENS(l) { struct keyboard_parameters *pm = ¶m[l]; -- cgit v1.2.3