From 1ab1f02dfecc8f0b35cf5668398ea327b25828b7 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Mon, 25 Sep 2006 10:56:38 +0000 Subject: 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 --- apps/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/action.h') 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 { ACTION_LISTTREE_RC_PGDOWN,/* optional */ /* tree */ + ACTION_TREE_ROOT_INIT, ACTION_TREE_PGLEFT,/* optional */ ACTION_TREE_PGRIGHT,/* optional */ ACTION_TREE_STOP, -- cgit v1.2.3