From f3b6f9a14e41b9d12ffde4b1bb4216f67ee336f2 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 22 Feb 2010 08:08:04 +0000 Subject: [PATCH] even tho its going to be killed... fix it anyway. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@46352 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_config/ecore_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_config/ecore_config.c b/src/lib/ecore_config/ecore_config.c index 956f596..88ed306 100644 --- a/src/lib/ecore_config/ecore_config.c +++ b/src/lib/ecore_config/ecore_config.c @@ -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; -- 2.7.4