From 35e2057fb77b89ed1726b53b598b27781516d001 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 30 Dec 2003 18:14:33 +0000 Subject: minor fix --- src/Keys.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Keys.cc b/src/Keys.cc index 8ca47c3..96a12c9 100644 --- a/src/Keys.cc +++ b/src/Keys.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -//$Id: Keys.cc,v 1.40 2003/12/20 17:37:57 fluxgen Exp $ +//$Id: Keys.cc,v 1.41 2003/12/30 18:14:33 fluxgen Exp $ #include "Keys.hh" @@ -243,7 +243,7 @@ bool Keys::addBinding(const std::string &linebuffer) { void Keys::doAction(XKeyEvent &ke) { static t_key *next_key = 0; // Remove numlock, capslock and scrolllock - ke.state = FbTk::KeyUtil::cleanMods(ke.state); + ke.state = FbTk::KeyUtil::instance().cleanMods(ke.state); if (!next_key) { -- cgit v0.11.2