summaryrefslogtreecommitdiff
path: root/src/wkb-ibus-config-eet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wkb-ibus-config-eet.c')
-rw-r--r--src/wkb-ibus-config-eet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wkb-ibus-config-eet.c b/src/wkb-ibus-config-eet.c
index eee3b3c..4f455cf 100644
--- a/src/wkb-ibus-config-eet.c
+++ b/src/wkb-ibus-config-eet.c
@@ -175,7 +175,7 @@ end:
#define _config_section_add_key(_section, _section_id, _key_type, _field) \
do { \
struct _config_ ## _section_id *__conf = (struct _config_ ## _section_id *) _section; \
- struct wkb_config_key *__key = wkb_config_key_ ## _key_type(#_field, &__conf->_field); \
+ struct wkb_config_key *__key = wkb_config_key_ ## _key_type(#_field, _section->id, &__conf->_field); \
_section->keys = eina_list_append(_section->keys, __key); \
} while (0)