remove edje file changed monitoring as it's nothing but a bug vector
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 2 Jul 2014 02:28:42 +0000 (11:28 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 2 Jul 2014 02:28:42 +0000 (11:28 +0900)
commit8edc879cc28e7f69c110b4b9db6e611856787c6f
treeb606a23b7dd0c3f036df11a47eae429744e44899
parenta5adffa1522de6c47957503f931d5f4b7343fbfe
remove edje file changed monitoring as it's nothing but a bug vector

so this has to go. reloading edje files is nothing but trouble.
example - if you update your os your theme files get updated and then
all sorts of stuff goes wrong. jeff is right. this makes it an
intractible problem. we have an open file handle on the edj file. we
share that anre reuse it via eina_file - keep it. this keeps tyhe edje
file stable and consistant.

<Jef91> Elementary applications freak the fuck out
<Jef91> if you change the theme file
<Jef91> that they are using
<Jef91> SeoZ,
http://forums.bodhilinux.com/index.php?/topic/10629-eepdater-display-issue/
<Jef91> that happens when my theme file that is in use changes

we will get nothing but continued issues and complains if we keep
doing this. it's a fairly pointless mis-feature. thank god its got no
apis - just signals and internals.
src/lib/edje/edje_cache.c
src/lib/edje/edje_load.c
src/lib/edje/edje_main.c
src/lib/edje/edje_private.h