From f8e7870cf576e7b8662b29a4ac4f83ae8516b1cd Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Wed, 7 Jul 2010 17:30:53 +0000 Subject: [PATCH] Even more readable code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27338 a1c6a512-1295-4272-9138-f99709370657 --- apps/bookmark.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/bookmark.c b/apps/bookmark.c index 6c546bb29b..dc6a09de10 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -179,8 +179,10 @@ bool bookmark_autobookmark(bool prompt_ok) away. This makes it possible to speak the "Create a Bookmark?" prompt and the "Bookmark Created" splash. */ audio_stop(); + if (update) return write_bookmark(true, bookmark); + switch (global_settings.autocreatebookmark) { case BOOKMARK_YES: -- 2.11.4.GIT