fixing typo so that adding a bookmark works

This commit is contained in:
bryner@brianryner.com
2005-11-21 23:07:39 +00:00
parent b39fd18c96
commit 17370445f4

View File

@@ -64,7 +64,7 @@ PlacesBrowserShim.init = function PBS_init() {
PlacesBrowserShim.addBookmark = function PBS_addBookmark() {
var selectedBrowser = getBrowser().selectedBrowser;
this._bookmarkURI(this._bookmarks.bookmarkRoot, selectedBrowser.currentURI,
this._bookmarkURI(this._bookmarks.bookmarksRoot, selectedBrowser.currentURI,
selectedBrowser.contentTitle);
};