We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1de651 commit 0f98655Copy full SHA for 0f98655
main.c
@@ -308,9 +308,9 @@ main(int argc, char **argv)
308
xml_init(filename);
309
310
/* ensure all relevant nodes exist before we start getting/setting */
311
- xml_add_node("/labwc_config/theme/cornerradius");
312
- xml_add_node("/labwc_config/theme/name");
313
- xml_add_node("/labwc_config/libinput/device/naturalscroll");
+ xpath_add_node("/labwc_config/theme/cornerRadius");
+ xpath_add_node("/labwc_config/theme/name");
+ xpath_add_node("/labwc_config/libinput/device/naturalScroll");
314
xml_save();
315
316
/* load themes */
0 commit comments