From d99ec4f55089a33cd311c674a1bc68b4ce0e12f6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 6 Sep 2006 04:48:11 +0000 Subject: [PATCH] Reenable the old eap caching code. It appears that with the caching enabled, there is always one reference to each E_App (the one in the cache), and that hides some sloppiness in the object reference counting. So that everybody can continue to use E without crashing all the time, this is turned back on pending a reveiw. SVN revision: 25510 --- src/bin/e_apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 06b6b011c..debc086a0 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -14,7 +14,7 @@ */ #define DEBUG 0 -#define APP_CACHE 0 +#define APP_CACHE 1 /* local subsystem functions */ typedef struct _E_App_Change_Info E_App_Change_Info; typedef struct _E_App_Callback E_App_Callback;