1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:12:29 +01:00

fixed some bookmarks of appearing twice

This commit is contained in:
Martin Stubenschrott
2007-12-02 00:13:47 +00:00
parent 327304a665
commit 5e56767701

View File

@@ -55,12 +55,10 @@ vimperator.Bookmarks = function () //{{{
// update our bookmark cache
bookmarks = []; // also clear our bookmark cache
keywords = [];
var root = bookmarksService.placesRoot;
var folders = [root];
var folders = [bookmarksService.toolbarFolder, bookmarksService.bookmarksMenuFolder, bookmarksService.unfiledBookmarksFolder];
var query = historyService.getNewQuery();
var options = historyService.getNewQueryOptions();
// query.searchTerms = "test";
while (folders.length > 0)
{
//comment out the next line for now; the bug hasn't been fixed; final version should include the next line