mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 428098: Most Visited item in Bookmarks Toolbar does not use a smart search icon, patch by wesley-johnston@uiowa.edu, r=mconnor, a=beltzner
This commit is contained in:
parent
81f06fccf5
commit
d9b1c2b959
@ -192,6 +192,8 @@
|
||||
|
||||
if (PlacesUtils.containerTypes.indexOf(type) != -1) {
|
||||
button.setAttribute("type", "menu");
|
||||
if (PlacesUtils.nodeIsQuery(aChild))
|
||||
button.setAttribute("query", "true");
|
||||
button.setAttribute("container", "true");
|
||||
if (PlacesUtils.nodeIsLivemarkContainer(aChild))
|
||||
button.setAttribute("livemark", "true");
|
||||
|
Loading…
Reference in New Issue
Block a user