summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-07-22 06:05:53 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-07-22 06:05:53 +0000
commitf7675a244b0d1d52bfdf5a1ee0051b46e73f9f2e (patch)
treea24862b74e4a16e971349a4f4b2975b93e45d5b4 /apps/recorder/keyboard.c
parent9d756e2760a0926aa416b22e276c4a5b2685e84e (diff)
downloadrockbox-f7675a244b0d1d52bfdf5a1ee0051b46e73f9f2e.tar.gz
rockbox-f7675a244b0d1d52bfdf5a1ee0051b46e73f9f2e.zip
remove the need for action_signalscreenchange().
Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 3ce0208b7e..ca260b7bb0 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -513,7 +513,6 @@ int kbd_input(char* text, int buflen)
513 if (talk_menus_enabled()) /* voice UI? */ 513 if (talk_menus_enabled()) /* voice UI? */
514 talk_spell(text, true); /* spell initial text */ 514 talk_spell(text, true); /* spell initial text */
515 515
516 action_signalscreenchange();
517 516
518 while (!done) 517 while (!done)
519 { 518 {
@@ -755,7 +754,6 @@ int kbd_input(char* text, int buflen)
755#ifdef HAS_BUTTONBAR 754#ifdef HAS_BUTTONBAR
756 global_settings.buttonbar=buttonbar_config; 755 global_settings.buttonbar=buttonbar_config;
757#endif 756#endif
758 action_signalscreenchange();
759 return -1; 757 return -1;
760 break; 758 break;
761 759
@@ -1188,7 +1186,6 @@ int kbd_input(char* text, int buflen)
1188 cur_blink = true; 1186 cur_blink = true;
1189 } 1187 }
1190 } 1188 }
1191 action_signalscreenchange();
1192 1189
1193#ifdef HAS_BUTTONBAR 1190#ifdef HAS_BUTTONBAR
1194 global_settings.buttonbar = buttonbar_config; 1191 global_settings.buttonbar = buttonbar_config;