Camino only - Bug 411311: Ensure that we never write bookmarks before they finish loading. r/sr=mento
git-svn-id: svn://10.0.0.236/trunk@242651 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1218,7 +1218,8 @@ static BookmarkManager* gBookmarkManager = nil;
|
||||
|
||||
- (void)writeBookmarks:(NSNotification *)inNotification
|
||||
{
|
||||
// NSLog(@"Saving bookmarks");
|
||||
if (!mBookmarksLoaded)
|
||||
return;
|
||||
[self writePropertyListFile:mPathToBookmarkFile];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user