diff options
Diffstat (limited to 'src/bin/ipc.c')
-rw-r--r-- | src/bin/ipc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/ipc.c b/src/bin/ipc.c index 83b265c..318d5a7 100644 --- a/src/bin/ipc.c +++ b/src/bin/ipc.c | |||
@@ -94,6 +94,8 @@ ipc_init(void) | |||
94 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, | 94 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, |
95 | "name", name, EET_T_STRING); | 95 | "name", name, EET_T_STRING); |
96 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, | 96 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, |
97 | "theme", theme, EET_T_STRING); | ||
98 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, | ||
97 | "role", role, EET_T_STRING); | 99 | "role", role, EET_T_STRING); |
98 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, | 100 | EET_DATA_DESCRIPTOR_ADD_BASIC(new_inst_edd, Ipc_Instance, |
99 | "title", title, EET_T_STRING); | 101 | "title", title, EET_T_STRING); |