mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 510863: BookmarkList.openBoookmark doesn't call BrowserUI.popDialog [r=mark.finkle]
This commit is contained in:
parent
e0d8673f2a
commit
fc3c83828d
@ -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);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user