summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 7878760..1cd5d6b 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