1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 16:34:11 +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
bookmarks = []; // also clear our bookmark cache
keywords = [];
var root = bookmarksService.bookmarksRoot;
var root = bookmarksService.placesRoot;
var folders = [root];
var query = historyService.getNewQuery();