diff options
| author | Paul Louden <paulthenerd@gmail.com> | 2007-11-20 01:59:06 +0000 |
|---|---|---|
| committer | Paul Louden <paulthenerd@gmail.com> | 2007-11-20 01:59:06 +0000 |
| commit | 92b6ee91fa5ac6c6d73c9739f0b6d249c52951e0 (patch) | |
| tree | 820d5e369b02b8483c71944473facd810c39829b /apps/plugins/text_editor.c | |
| parent | 9873d33bf535923265b07163785bd73d3b2759b3 (diff) | |
| download | rockbox-92b6ee91fa5ac6c6d73c9739f0b6d249c52951e0.zip rockbox-92b6ee91fa5ac6c6d73c9739f0b6d249c52951e0.tar.gz rockbox-92b6ee91fa5ac6c6d73c9739f0b6d249c52951e0.tar.bz2 rockbox-92b6ee91fa5ac6c6d73c9739f0b6d249c52951e0.tar.xz | |
Fix keymapping inconsistencies generated by my previous keymap change,
this touches the FM Radio, Recording, and Text Editors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/text_editor.c')
| -rw-r--r-- | apps/plugins/text_editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 6b6e449..c08bca8 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -459,6 +459,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) } } break; + case ACTION_STD_STOP: case ACTION_STD_CANCEL: if (changed) { |