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

git-svn-id: svn://10.0.0.236/trunk@250181 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2008-04-14 01:30:43 +00:00
parent e7108fad2e
commit a67f9ee36b

View File

@@ -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");