From 48e93ee712c8d97c5c25001be89cd805ed682dd1 Mon Sep 17 00:00:00 2001 From: Marina Samuel Date: Mon, 25 Nov 2013 13:29:40 -0500 Subject: [PATCH] Bug 934032 - Move add-ons button back. r=bbondy --- browser/components/customizableui/src/CustomizableUI.jsm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/browser/components/customizableui/src/CustomizableUI.jsm b/browser/components/customizableui/src/CustomizableUI.jsm index c8b09be72ef..578e0961490 100644 --- a/browser/components/customizableui/src/CustomizableUI.jsm +++ b/browser/components/customizableui/src/CustomizableUI.jsm @@ -140,7 +140,8 @@ let CustomizableUIInternal = { "history-panelmenu", "fullscreen-button", "find-button", - "preferences-button" + "preferences-button", + "add-ons-button" ]; #ifdef XP_WIN @@ -156,7 +157,8 @@ let CustomizableUIInternal = { } catch (ex) { } if (isMetroCapable) { - panelPlacements.push("switch-to-metro-button"); + // TODO: Bug 942915 - Place 'Metro Mode' button as a default + // for Windows 8 in the customization panel. } #endif #endif