stop using rsvg_term()

given that rsvg seems to be causing random problems for those using
svg icons in E17, I consider Lennart's advice to stop using
rsvg_term() quite useful.

Yeah... not everybody does excellent reference counted module
init/shutdown... shame on you ;-) (/me looks at fontconfig and couple
of others as well).


References:
 - http://0pointer.de/blog/projects/beware-of-rsvg-term
 - https://bugzilla.gnome.org/show_bug.cgi?id=592100



SVN revision: 47403
This commit is contained in:
Gustavo Sverzut Barbieri 2010-03-23 22:13:51 +00:00
parent 9bf201e26e
commit f96faf0b67
1 changed files with 2 additions and 2 deletions

View File

@ -252,8 +252,8 @@ static void
module_close(Evas_Module *em)
{
if (!rsvg_initialized) return;
rsvg_term();
rsvg_initialized = 0;
//rsvg_term();
//rsvg_initialized = 0;
}
static Evas_Module_Api evas_modapi =