From ee973bcca81f719090d7d12db05c2caf2c127bf4 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Tue, 29 Jul 2008 03:10:22 -0500 Subject: [PATCH] bug 441794: fix a mis-merge, and also make a few tweaks to my code to match the shifting main ui. --- mobile/chrome/content/browser-ui.js | 2 +- mobile/chrome/content/browser.xul | 54 ++++++++++++++++------------- mobile/chrome/content/shortcuts.js | 13 +++---- 3 files changed, 37 insertions(+), 32 deletions(-) diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index 36cfbf284ae..4f97fc80ea7 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -575,7 +575,7 @@ var BrowserUI = { this.showBookmarks(); break; case "cmd_shortcuts": - this._showMode(PANELMODE_SHORTCUTLIST); + this.show(PANELMODE_NONE); Shortcuts.edit(); break; case "cmd_menu": diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 0beda5024af..f6079151ac7 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -62,19 +62,20 @@