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:
stuart.morgan%alumni.case.edu
2008-01-08 22:58:01 +00:00
parent 2ddee5d0a1
commit e9f400f6be

View File

@@ -1218,7 +1218,8 @@ static BookmarkManager* gBookmarkManager = nil;
- (void)writeBookmarks:(NSNotification *)inNotification
{
// NSLog(@"Saving bookmarks");
if (!mBookmarksLoaded)
return;
[self writePropertyListFile:mPathToBookmarkFile];
}