diff options
Diffstat (limited to 'plugins/keyboard/tree.h')
| -rw-r--r-- | plugins/keyboard/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/tree.h b/plugins/keyboard/tree.h index 8750c94e..aefb2565 100644 --- a/plugins/keyboard/tree.h +++ b/plugins/keyboard/tree.h @@ -8,7 +8,7 @@ typedef struct KeyBindingTree { guint state; guint key; GList *keylist; - Action *action; + GSList *actions; /* list of Action pointers */ /* the next binding in the tree at the same level */ struct KeyBindingTree *next_sibling; |
