diff options
| author | Paul Louden <paulthenerd@gmail.com> | 2007-11-20 02:11:13 +0000 |
|---|---|---|
| committer | Paul Louden <paulthenerd@gmail.com> | 2007-11-20 02:11:13 +0000 |
| commit | 31bf5cc8e5bf1e1c06e38829e29bf5da969d5c8e (patch) | |
| tree | 02aa00d91e0368ec11cbbbad7de731cd35f00c28 /apps/plugins/text_editor.c | |
| parent | 836d4003081a818c96ddbf891c9c8ce22651362a (diff) | |
| download | rockbox-31bf5cc8e5bf1e1c06e38829e29bf5da969d5c8e.zip rockbox-31bf5cc8e5bf1e1c06e38829e29bf5da969d5c8e.tar.gz rockbox-31bf5cc8e5bf1e1c06e38829e29bf5da969d5c8e.tar.bz2 rockbox-31bf5cc8e5bf1e1c06e38829e29bf5da969d5c8e.tar.xz | |
Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor
after all.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15708 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, 0 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index c08bca8..6b6e449 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -459,7 +459,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) } } break; - case ACTION_STD_STOP: case ACTION_STD_CANCEL: if (changed) { |