mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 376618 - History Sidebar->Bookmark This Link should open the bookmark properties dialog in minimal UI mode. r=dietrich.
This commit is contained in:
parent
5962df47cc
commit
7a52426d7b
@ -111,7 +111,7 @@ function historyAddBookmarks()
|
||||
return;
|
||||
|
||||
#ifdef MOZ_PLACES_BOOKMARKS
|
||||
PlacesUtils.showAddBookmarkUI(PlacesUtils._uri(node.uri), node.title);
|
||||
PlacesUtils.showMinimalAddBookmarkUI(PlacesUtils._uri(node.uri), node.title);
|
||||
#else
|
||||
BookmarksUtils.addBookmark(node.uri, node.title, undefined);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user