Fix "bookmark on stop: ask" when idle poweroff triggers.

Previously, the prompt would come up during poweroff, and then if the user did not respond, the shutdown timeout would be hit and a hard poweroff would happen, which is bad. Now it just assumes you don't want a bookmark.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25376 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Torne Wuff 2010-03-28 23:27:49 +00:00
parent 8132852bf2
commit 05ace8e095
4 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@
#include <stdbool.h>
bool bookmark_load_menu(void);
bool bookmark_autobookmark(void);
bool bookmark_autobookmark(bool prompt_ok);
bool bookmark_create_menu(void);
bool bookmark_mrb_load(void);
bool bookmark_autoload(const char* file);