From eead04a14da5324710d9f58abd86e7f02f3d1475 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 27 Nov 2007 12:35:45 +0000 Subject: [PATCH] fixed bookmarks with: bookmarksRoot -> placesRoot --- content/bookmarks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/bookmarks.js b/content/bookmarks.js index 5afd94fd..4407eea0 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -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();