mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 510863: BookmarkList.openBoookmark doesn't call BrowserUI.popDialog [r=mark.finkle]
This commit is contained in:
parent
4730bc560b
commit
c4c4740e12
@ -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