From e02215985ed6ba071e980e4241aff95622d1e6b0 Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Fri, 14 Apr 2006 17:28:45 +0000 Subject: [PATCH] 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 --- mozilla/browser/base/content/browser-places.js | 2 +- mozilla/browser/components/places/content/places.xul | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/browser/base/content/browser-places.js b/mozilla/browser/base/content/browser-places.js index d58b4c98604..21abd406ca0 100644 --- a/mozilla/browser/base/content/browser-places.js +++ b/mozilla/browser/base/content/browser-places.js @@ -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. diff --git a/mozilla/browser/components/places/content/places.xul b/mozilla/browser/components/places/content/places.xul index 64f227475c5..264732006be 100755 --- a/mozilla/browser/components/places/content/places.xul +++ b/mozilla/browser/components/places/content/places.xul @@ -223,7 +223,7 @@ - +