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
This commit is contained in:
sgehani%netscape.com
2006-07-27 14:56:19 +00:00
parent 473c7537f9
commit 03f1107fbd

View File

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