mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
This commit is contained in:
parent
1b575ce816
commit
48ba23fc8d
9 changed files with 105 additions and 96 deletions
|
|
@ -444,7 +444,7 @@ fill_action_query(struct action *action, xmlNode *node, struct view_query *query
|
|||
} else if (!strcasecmp(key, "omnipresent")) {
|
||||
query->omnipresent = parse_tristate(content);
|
||||
} else if (!strcasecmp(key, "tiled")) {
|
||||
query->tiled = view_edge_parse(content,
|
||||
query->tiled = lab_edge_parse(content,
|
||||
/*tiled*/ true, /*any*/ true);
|
||||
} else if (!strcasecmp(key, "tiled_region")) {
|
||||
xstrdup_replace(query->tiled_region, content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue