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:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user