From a67f9ee36b12298155e5fc085e3f921553648bd8 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Mon, 14 Apr 2008 01:30:43 +0000 Subject: [PATCH] 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 --- mozilla/browser/components/places/content/toolbar.xml | 2 ++ 1 file changed, 2 insertions(+) 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");