diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 8facbbea54a4..8d8c3a0077e2 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -2088,9 +2088,8 @@ function importDialog(src, arguments) { return dialog; } -function showDownloadsManager(aWindowContext, aID, aReason) { - BrowserUI.show(UIMODE_PANEL); - BrowserUI.switchPane("downloads-container"); +function showDownloadManager(aWindowContext, aID, aReason) { + BrowserUI.showPanel("downloads-container"); // TODO: select the download with aID }