Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_misc.c 


Log Message:
shutdown edje and ecore in ewl_deinit()
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_misc.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- ewl_misc.c  27 Jan 2004 06:08:35 -0000      1.56
+++ ewl_misc.c  3 Feb 2004 18:41:23 -0000       1.57
@@ -126,6 +126,10 @@
        ewd_list_destroy(free_evas_object_list);
        ewd_list_destroy(child_add_list);
 
+       edje_shutdown();
+       ecore_x_shutdown();
+       ecore_shutdown();
+
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to