Bug 333947 - [Mac] Collapse-toolbar button does nothing in Places Organizer. r=annie, sr=ben.

git-svn-id: svn://10.0.0.236/trunk@194418 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2006-04-14 17:28:45 +00:00
parent 859456479c
commit e02215985e
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ var PlacesCommandHook = {
if (!organizer) {
// No currently open places window, so open one with the specified mode.
openDialog("chrome://browser/content/places/places.xul",
"", "dialog=no,resizable", place);
"", "chrome,toolbar=yes,dialog=no,resizable", place);
}
else {
// Set the mode on an existing places window.

View File

@@ -223,7 +223,7 @@
</menupopup>
</menu>
</menubar>
<toolbar>
<toolbar class="chromeclass-toolbar">
<textbox id="searchFilter" style="width: 23em;" timeout="500"
oncommand="PlacesOrganizer.search(this.value);"
collection="all" persist="collection"