mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
query: add window type filter for if-actions
This commit is contained in:
parent
b9b870cfa7
commit
7bc3cae91a
4 changed files with 12 additions and 0 deletions
|
|
@ -316,6 +316,8 @@ fill_action_query(char *nodename, char *content, struct action *action)
|
|||
current_view_query->identifier = xstrdup(content);
|
||||
} else if (!strcasecmp(nodename, "title")) {
|
||||
current_view_query->title = xstrdup(content);
|
||||
} else if (!strcmp(nodename, "type")) {
|
||||
current_view_query->window_type = parse_window_type(content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue