From 224c0a13ebb5828b9bc06a9c1c23ae17f0ac19f9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Aug 2006 12:27:07 +0000 Subject: Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10582 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index 0727b8ea45..405a1bbf34 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -29,6 +29,7 @@ #include "splash.h" #include "icons.h" #include "tree.h" +#include "action.h" #include "settings.h" #include "tagcache.h" #include "tagtree.h" @@ -539,7 +540,7 @@ bool show_search_progress(bool init, int count) str(LANG_OFF_ABORT) #endif ); - if (SETTINGS_CANCEL == button_get(false)) + if (action_userabort(TIMEOUT_NOBLOCK)) return false; last_tick = current_tick; yield(); -- cgit v1.2.3