even tho its going to be killed... fix it anyway.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Feb 2010 08:08:04 +0000 (08:08 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Feb 2010 08:08:04 +0000 (08:08 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46352 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_config/ecore_config.c

index 956f596..88ed306 100644 (file)
@@ -60,8 +60,8 @@ ecore_config_dst(Ecore_Config_Prop * e)
    Ecore_Config_Listener_List *l;
 
    p = NULL;
-   c = e;
    t = __ecore_config_bundle_local;
+   c = t->data;
 
    if (!e || !e->key)
       return NULL;