only one setting per action
parent
fccd44f2ad
commit
569b139bd7
|
@ -46,9 +46,7 @@ struct action {
|
|||
action_type type;
|
||||
|
||||
union {
|
||||
struct {
|
||||
GArray *options; /** array of option_set */
|
||||
} setting;
|
||||
option_set setting;
|
||||
|
||||
struct {
|
||||
condition *cond;
|
||||
|
|
Loading…
Reference in New Issue