]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
change how rc parsing will work. a=b will be parsed in any [section] and given to...
[chaz/openbox] / plugins / keyboard / keyboard.c
index b0529e0a78205de9a2ca4b44bf53191fe79b49c3..2233a04a3042899852eef8a47f4c496cf27f5fca 100644 (file)
@@ -13,7 +13,7 @@
 
 void plugin_setup_config()
 {
-    parse_reg_section("keyboard", keyparse);
+    parse_reg_section("keyboard", keyparse, NULL);
 }
 
 KeyBindingTree *firstnode = NULL;
This page took 0.019703 seconds and 4 git commands to generate.