bookmark manager: don't write bookmark file multiple times ...

... when leaving movieplayer
This commit is contained in:
Christian Schuett
2015-03-16 08:46:17 +01:00
committed by svenhoefer
parent c11e75846b
commit 103274af75

View File

@@ -159,6 +159,8 @@ void CBookmarkManager::writeBookmarkFile() {
} }
bookmarkfile.setInt32("bookmarkcount", bookmarks.size()); bookmarkfile.setInt32("bookmarkcount", bookmarks.size());
bookmarkfile.saveConfig(BOOKMARKFILE); bookmarkfile.saveConfig(BOOKMARKFILE);
bookmarksmodified = false;
} }
//------------------------------------------------------------------------ //------------------------------------------------------------------------