From cbbf90a718ecc6836ef7a77b9040aebb9da348b8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 Apr 2003 20:27:03 +0000 Subject: change how rc parsing will work. a=b will be parsed in any [section] and given to a separate parsing callback. no more general config infrastructure needed/ --- plugins/keyboard/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/keyboard') diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index b0529e0a..2233a04a 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -13,7 +13,7 @@ void plugin_setup_config() { - parse_reg_section("keyboard", keyparse); + parse_reg_section("keyboard", keyparse, NULL); } KeyBindingTree *firstnode = NULL; -- cgit v1.2.3