Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_theme.c 


Log Message:
- cleanup the font paths on shutdown

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ewl_theme.c 4 Jan 2007 05:09:48 -0000       1.31
+++ ewl_theme.c 6 Jan 2007 00:01:46 -0000       1.32
@@ -540,6 +540,7 @@
        ewl_theme_font_paths = ecore_list_new();
        if (!ewl_theme_font_paths)
                DRETURN(DLEVEL_STABLE);
+       ecore_list_set_free_cb(ewl_theme_font_paths, free);
 
        font_path = ewl_theme_data_str_get(NULL, "/theme/font_path");
        if (!font_path)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to