From 9a0458a8ee7f5252a70039198a73661fdc781db5 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Wed, 7 Aug 2002 03:34:02 +0000 Subject: [PATCH] *** empty log message *** --- browser/base/content/customizeToolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/customizeToolbar.js b/browser/base/content/customizeToolbar.js index a13c899c53c..4c3500fcb13 100644 --- a/browser/base/content/customizeToolbar.js +++ b/browser/base/content/customizeToolbar.js @@ -221,7 +221,7 @@ var dropObserver = { item.removeAttribute("flex"); if (item.firstChild.getAttribute("flex")) - item.firstChild.setAttribute("flex", item.firstChild.getAttribute("flex")); + item.setAttribute("flex", item.firstChild.getAttribute("flex")); item.removeAttribute("width"); item.setAttribute("ondraggesture", "gDraggingFromPalette = false; nsDragAndDrop.startDrag(event, dragObserver);");