2
0
Fork 0

only one setting per action

personal/stbuehler/wip
Stefan Bühler 2008-07-08 21:29:41 +02:00
parent fccd44f2ad
commit 569b139bd7
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@ struct action {
action_type type;
union {
struct {
GArray *options; /** array of option_set */
} setting;
option_set setting;
struct {
condition *cond;