Bug 510863: BookmarkList.openBoookmark doesn't call BrowserUI.popDialog [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2009-08-17 13:56:51 -04:00
parent e0d8673f2a
commit fc3c83828d

View File

@ -837,7 +837,7 @@ var BookmarkList = {
openBookmark: function() {
let item = this._bookmarks.activeItem;
if (item.spec) {
this._panel.hidden = true;
this.close();
BrowserUI.goToURI(item.spec);
}
},