From 03f1107fbdc0a88968e5f6a1187cc624ced555d1 Mon Sep 17 00:00:00 2001 From: "sgehani%netscape.com" Date: Thu, 27 Jul 2006 14:56:19 +0000 Subject: [PATCH] Make sidebar display in the event that the windows integration dialog appeared. b = 119975; r = law; sr = dveditz git-svn-id: svn://10.0.0.236/trunk@204760 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/sidebar/sidebarOverlay.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/suite/common/sidebar/sidebarOverlay.js b/mozilla/suite/common/sidebar/sidebarOverlay.js index 0d156b5169c..c0164e46675 100644 --- a/mozilla/suite/common/sidebar/sidebarOverlay.js +++ b/mozilla/suite/common/sidebar/sidebarOverlay.js @@ -861,6 +861,12 @@ function SidebarStopPanelLoad(header) { function SidebarReload() { sidebarObj.panels.refresh(); } + +function SidebarRebuild() { + var panels = document.getElementById("sidebar-panels"); + panels.builder.rebuild(); + sidebar_open_default_panel(100, 0); +} // Set up a lame hack to avoid opening two customize // windows on a double click.