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 @@ - +