ensure same name is used for config edd as type in systray
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 4 Feb 2013 08:26:02 +0000 (08:26 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 4 Feb 2013 08:26:02 +0000 (08:26 +0000)
SVN revision: 83583

src/modules/systray/e_mod_main.c

index ca845b5..bf9bba2 100644 (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