diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:32:11 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:32:11 -0400 |
| commit | b580cf99ddcff73c366061e157a9d1dff3cba21b (patch) | |
| tree | 757e751ea9baa8dfe44f4f1200995a3466783774 | |
| parent | d857f9fa33337e20cb3428f6e4e3e7d7a177444d (diff) | |
ok i take that back
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c index c42ce105..dad98a0b 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -928,7 +928,7 @@ void config_startup(ObParseInst *i) translate_key("C-g", &config_keyboard_reset_state, &config_keyboard_reset_keycode); - bind_default_keyboard() + bind_default_keyboard(); parse_register(i, "keyboard", parse_keyboard, NULL); |
