diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-02-28 16:48:18 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-02-28 16:48:18 +0000 |
commit | 7cbf70cbf2c49543b1871ac72ab9c2a1059bd66e (patch) | |
tree | f0cc8c8330ea4af4e73459577a45acc0563fba7b | |
parent | 8867c6a1cb88e731180d18f5f1d6124c779bcd61 (diff) |
Make "View OS stacks" auto-refresh again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16443 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 0c316c6366..0f1356dfb9 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -182,6 +182,8 @@ static int dbg_threads_action_callback(int action, struct gui_synclist *lists) return ACTION_REDRAW; } #endif /* ROCKBOX_HAS_LOGF */ + if (action == ACTION_NONE) + action = ACTION_REDRAW; return action; } /* Test code!!! */ |