summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-02-02 03:14:51 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-02-02 03:14:51 +0000
commit701a593c5df9bbf88711781e1abdb09690076034 (patch)
treeb81c31a5f3718f3eb9fd18652571ee1c89aed994 /apps/recorder/keyboard.c
parent1a00056f1f225ee0d1643d3e4e603de171f7ab9a (diff)
downloadrockbox-701a593c5df9bbf88711781e1abdb09690076034.tar.gz
rockbox-701a593c5df9bbf88711781e1abdb09690076034.zip
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
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)
298 int morse_tick = 0; 298 int morse_tick = 0;
299 char buf[2]; 299 char buf[2];
300#endif 300#endif
301 char oldbars = viewportmanager_set_statusbar(VP_SB_HIDE_ALL); 301 int oldbars = viewportmanager_set_statusbar(VP_SB_HIDE_ALL);
302 FOR_NB_SCREENS(l) 302 FOR_NB_SCREENS(l)
303 { 303 {
304 struct keyboard_parameters *pm = &param[l]; 304 struct keyboard_parameters *pm = &param[l];