From d6aa3d5ef0c066a26d3f3d65ff3bbe4dda57bbd6 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 28 Sep 2010 09:50:33 -0400 Subject: [PATCH] Fix visual bell styling. --- common/content/dactyl.js | 1 - common/content/dactyl.xul | 3 ++- common/skin/dactyl.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 412346ed..57836873 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -124,7 +124,6 @@ const Dactyl = Module("dactyl", { * 'visualbell' option. */ beep: requiresMainThread(function () { - dactyl.dumpStack(); // FIXME: popups clear the command line if (options["visualbell"]) { // flash the visual bell diff --git a/common/content/dactyl.xul b/common/content/dactyl.xul index 76b2e25d..43afd231 100644 --- a/common/content/dactyl.xul +++ b/common/content/dactyl.xul @@ -33,7 +33,8 @@ - +