From bb0c5d3e95c53db72c51bdef4dce172007a82e2d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 5 Oct 2011 05:02:09 -0400 Subject: [PATCH] Kill :dia errorconsole as it does the same thing as :dia console in practice. --- pentadactyl/NEWS | 2 +- pentadactyl/content/config.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 6340b4d7..4e67b692 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -243,7 +243,7 @@ - Added 'passkeys' option. [b3] - Added 'passunknown' option. [b7] - Changed 'urlseparator' default value to "|". [b3] - - Added "errorconsole", "passwords", and "venkman" dialogs to :dialog. [b2][b8] + - Added "passwords", and "venkman" dialogs to :dialog. [b2][b8] - Added 'scrollsteps' and 'scrolltime' options. [b8] - Added 'spelllang' option. [b8] - Make 'showmode' a [stringlist] option. [b7] diff --git a/pentadactyl/content/config.js b/pentadactyl/content/config.js index 44e0fb9a..fbc33df1 100644 --- a/pentadactyl/content/config.js +++ b/pentadactyl/content/config.js @@ -33,8 +33,6 @@ var Config = Module("config", ConfigBase, { function () "inspectDOMDocument" in window], downloads: ["Manage Downloads", function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }], - errorconsole: ["Error Console", - function () { window.toErrorConsole(); }], history: ["List your history", function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }], openfile: ["Open the file selector dialog",