From 0465101f92e45c06009a4d94079cea2218734785 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 21 Oct 2007 13:47:43 +0000 Subject: allow simplelists to set the timeout and the start selection. set a slightly saner default timeout talk the selected item when the list is first displayed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15247 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 81f1c58d55..5bb8a8b1fc 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1880,6 +1880,7 @@ static bool dbg_tagcache_info(void) simplelist_info_init(&info, "Database Info", 8, NULL); info.action_callback = database_callback; info.hide_selection = true; + info.timeout = TIMEOUT_NOBLOCK; tagcache_screensync_enable(true); return simplelist_show_list(&info); } -- cgit v1.2.3