ensure same name is used for config edd as type in systray

SVN revision: 83583
This commit is contained in:
Mike Blumenkrantz 2013-02-04 08:26:02 +00:00
parent d32d679f56
commit 324af69e29
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ e_modapi_init(E_Module *m)
systray_mod = m;
ctx = calloc(1, sizeof(Systray_Context));
ctx->conf_edd = E_CONFIG_DD_NEW("systray_config", Systray_Config);
ctx->conf_edd = E_CONFIG_DD_NEW("Systray_Config", Systray_Config);
#undef T
#undef D
#define T Systray_Config