Bug 367035 - fix add-bookmark regression (r=mano)

This commit is contained in:
dietrich@mozilla.com
2007-02-09 07:29:49 +00:00
parent 0574c1fc16
commit e4927e226f

View File

@@ -67,7 +67,7 @@ var PlacesCommandHook = {
* Adds a bookmark to the page loaded in the current tab.
*/
bookmarkCurrentPage: function PCH_bookmarkCurrentPage() {
PlacesUtils.showAddBookmarkUI(getBrowser().selectedBrowser);
this.bookmarkPage(getBrowser().selectedBrowser);
},