diff --git a/mozilla/browser/components/places/content/toolbar.xml b/mozilla/browser/components/places/content/toolbar.xml index ee3ec8cbf4c..debd64594e5 100755 --- a/mozilla/browser/components/places/content/toolbar.xml +++ b/mozilla/browser/components/places/content/toolbar.xml @@ -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");