Remove call to sidebarOverlayInit(). This is already called in sidebarOverlay.js when sidebarOverlay.xul loads. Fixes bug #15719, 'Sidebar panels get added twice'. r=waterson.
git-svn-id: svn://10.0.0.236/trunk@50070 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -308,8 +308,6 @@ function UpdateBookmarksLastVisitedDate(event)
|
||||
// Load it using yet another psuedo-onload handler.
|
||||
onLoadViaOpenDialog();
|
||||
}
|
||||
|
||||
sidebarOverlayInit();
|
||||
}
|
||||
|
||||
function Shutdown() {
|
||||
|
||||
@@ -308,8 +308,6 @@ function UpdateBookmarksLastVisitedDate(event)
|
||||
// Load it using yet another psuedo-onload handler.
|
||||
onLoadViaOpenDialog();
|
||||
}
|
||||
|
||||
sidebarOverlayInit();
|
||||
}
|
||||
|
||||
function Shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user