mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
CBookmarkManager: init bookmarksmodified in constructor
var bookmarksmodified was not intitialized
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e92392e11
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-26 (Sun, 26 Jan 2014)
------------------
This commit was generated by Migit
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