Bug 364070. Places bookmark import running when places bookmarks are not enabled. r=mano.

This commit is contained in:
sayrer%gmail.com 2006-12-16 19:12:52 +00:00
Родитель 91e4a3b987
Коммит 31887d05be
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;
}