summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-09-25 10:56:38 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-09-25 10:56:38 +0000
commit1ab1f02dfecc8f0b35cf5668398ea327b25828b7 (patch)
tree16f9b74118d806822e005504088ceff23d1735b6 /apps/action.h
parentec2a5cce1a4e3609535a9ae902a80933fbb0f341 (diff)
downloadrockbox-1ab1f02dfecc8f0b35cf5668398ea327b25828b7.tar.gz
rockbox-1ab1f02dfecc8f0b35cf5668398ea327b25828b7.zip
fix the bug where when scrolling text left in the filebrowser you could suddenly find yourself in the root directory. A long press on the left scrolling button will still take you to the root quickly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11042 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index 99612c1ea1..c096abf880 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -123,6 +123,7 @@ enum {
123 ACTION_LISTTREE_RC_PGDOWN,/* optional */ 123 ACTION_LISTTREE_RC_PGDOWN,/* optional */
124 124
125 /* tree */ 125 /* tree */
126 ACTION_TREE_ROOT_INIT,
126 ACTION_TREE_PGLEFT,/* optional */ 127 ACTION_TREE_PGLEFT,/* optional */
127 ACTION_TREE_PGRIGHT,/* optional */ 128 ACTION_TREE_PGRIGHT,/* optional */
128 ACTION_TREE_STOP, 129 ACTION_TREE_STOP,