зеркало из https://github.com/mozilla/pjs.git
Bug 364070. Places bookmark import running when places bookmarks are not enabled. r=mano.
This commit is contained in:
Родитель
91e4a3b987
Коммит
31887d05be
|
@ -393,6 +393,7 @@ nsNavBookmarks::InitRoots()
|
|||
rv = CreateRoot(getRootStatement, NS_LITERAL_CSTRING("tags"), &mTagRoot, nsnull);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
#ifdef MOZ_PLACES_BOOKMARKS
|
||||
if (importDefaults) {
|
||||
// when there is no places root, we should define the hierarchy by
|
||||
// importing the default one.
|
||||
|
@ -426,6 +427,7 @@ nsNavBookmarks::InitRoots()
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче