From 324af69e29c3c42a24e8d0e547402fe07814c390 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 4 Feb 2013 08:26:02 +0000 Subject: [PATCH] ensure same name is used for config edd as type in systray SVN revision: 83583 --- src/modules/systray/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/systray/e_mod_main.c b/src/modules/systray/e_mod_main.c index ca845b5e3..bf9bba2de 100644 --- a/src/modules/systray/e_mod_main.c +++ b/src/modules/systray/e_mod_main.c @@ -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