mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
rcxml: use root-node <labwc_config>
This commit is contained in:
parent
e50bb45890
commit
a9b46131ab
2 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
return;
|
||||
}
|
||||
string_truncate_at_pattern(nodename, ".openbox_config");
|
||||
string_truncate_at_pattern(nodename, ".labwc_config");
|
||||
|
||||
if (getenv("LABWC_DEBUG_CONFIG_NODENAMES")) {
|
||||
if (is_attribute) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue