mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CBookmarkManager: init bookmarksmodified in constructor
var bookmarksmodified was not intitialized
This commit is contained in:
@@ -165,6 +165,7 @@ void CBookmarkManager::writeBookmarkFile() {
|
|||||||
|
|
||||||
CBookmarkManager::CBookmarkManager() : bookmarkfile ('\t')
|
CBookmarkManager::CBookmarkManager() : bookmarkfile ('\t')
|
||||||
{
|
{
|
||||||
|
bookmarksmodified = false;
|
||||||
readBookmarkFile();
|
readBookmarkFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user