aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-05-05 06:42:37 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-05-05 06:42:37 (GMT)
commit2c668283419309a42a9a59266c768e5f567310c0 (patch)
tree3239f844a0f06a70821673540442e9f91ab56610 /src/Keys.cc
parentfbcb0cd7e114ae8330f6a7dad2b5fb959120064a (diff)
downloadfluxbox-2c668283419309a42a9a59266c768e5f567310c0.zip
fluxbox-2c668283419309a42a9a59266c768e5f567310c0.tar.bz2
cosmetic
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index c050fd6..6ab5c7f 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -465,7 +465,7 @@ bool Keys::addBinding(const string &linebuffer) {
465 // numbers 10 and above 465 // numbers 10 and above
466 // 466 //
467 } else { 467 } else {
468 FbTk::StringUtil::extractNumber(arg, key); 468 FbTk::StringUtil::extractNumber(arg, key);
469 type = KeyPress; 469 type = KeyPress;
470 } 470 }
471 471