add signalscreenchange() to vkeyboard

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-10-21 10:00:30 +00:00
parent 78817421a2
commit b8114738ec

View file

@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/ * \/ \/ \/ \/ \/
* $Id$ * $Id$
* *
* Copyright (C) 2002 by Björn Stenberg * Copyright (C) 2002 by Bj<EFBFBD>n Stenberg
* *
* All files in this archive are subject to the GNU General Public License. * 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. * 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? */ if (global_settings.talk_menu) /* voice UI? */
talk_spell(text, true); /* spell initial text */ talk_spell(text, true); /* spell initial text */
action_signalscreenchange();
while(!done) while(!done)
{ {
len_utf8 = utf8length(text); len_utf8 = utf8length(text);
@ -1001,6 +1002,7 @@ int kbd_input(char* text, int buflen)
cur_blink = true; cur_blink = true;
} }
} }
action_signalscreenchange();
#ifdef HAS_BUTTONBAR #ifdef HAS_BUTTONBAR
global_settings.buttonbar=buttonbar_config; global_settings.buttonbar=buttonbar_config;
#endif #endif