1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-28 23:25:45 +01:00

fixed bookmarks with: bookmarksRoot -> placesRoot

This commit is contained in:
Martin Stubenschrott
2007-11-27 12:35:45 +00:00
parent 0494cf829b
commit eead04a14d

View File

@@ -55,7 +55,7 @@ vimperator.Bookmarks = function () //{{{
// update our bookmark cache // update our bookmark cache
bookmarks = []; // also clear our bookmark cache bookmarks = []; // also clear our bookmark cache
keywords = []; keywords = [];
var root = bookmarksService.bookmarksRoot; var root = bookmarksService.placesRoot;
var folders = [root]; var folders = [root];
var query = historyService.getNewQuery(); var query = historyService.getNewQuery();