From b8114738ece75b985e3658adb6860bceddf0cf51 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 21 Oct 2006 10:00:30 +0000 Subject: [PATCH] add signalscreenchange() to vkeyboard git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11287 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/keyboard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 787876004a..1cd5d6b69e 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2002 by Bj�n Stenberg * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. @@ -429,6 +429,7 @@ int kbd_input(char* text, int buflen) if (global_settings.talk_menu) /* voice UI? */ talk_spell(text, true); /* spell initial text */ + action_signalscreenchange(); while(!done) { len_utf8 = utf8length(text); @@ -1001,6 +1002,7 @@ int kbd_input(char* text, int buflen) cur_blink = true; } } + action_signalscreenchange(); #ifdef HAS_BUTTONBAR global_settings.buttonbar=buttonbar_config; #endif