Enlightenment CVS committal

Author  : rhapsodhy
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        ew.h 


Log Message:

Session shows a file selector, and fixed the segv bug when calling 
ew_dialog_destroy()

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ew.h        24 Aug 2006 12:58:14 -0000      1.4
+++ ew.h        24 Aug 2006 13:15:22 -0000      1.5
@@ -16,7 +16,6 @@
 #define _EW_FREE(ew) if(ew) \
 { \
        etk_object_destroy(ETK_OBJECT(ew)); \
-       free(ew); \
 }
 
 #define EW_FREE(ew) if(ew) \



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to