Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc
index 75cc5cb..b05aaa8 100644
--- a/src/client/keyboard.cc
+++ b/src/client/keyboard.cc
@@ -603,7 +603,7 @@ void Keyboard::unbind(std::string const &name)
modifier = Key::Alt;
}
- Key *key = find(name);
+ Key *key = find(keyname);
if (key) {
key->clear(modifier);
} else {