From 05ace8e095f3de6332560b364a158321867c7bba Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Sun, 28 Mar 2010 23:27:49 +0000 Subject: 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 --- apps/bookmark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/bookmark.h') diff --git a/apps/bookmark.h b/apps/bookmark.h index e8770f5c4e..bde8e84697 100644 --- a/apps/bookmark.h +++ b/apps/bookmark.h @@ -24,7 +24,7 @@ #include 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); -- cgit v1.2.3