Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_file.c 


Log Message:
* Minor api changes
* Test trash menu

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_file.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- entropy_file.c      20 Jul 2006 15:19:18 -0000      1.13
+++ entropy_file.c      15 Aug 2006 12:04:53 -0000      1.14
@@ -27,11 +27,11 @@
                /*If the file has a parent, remove a reference, because we 
added one when we got here..*/
                if (file->parent) {
                        //TODO fix this - we need to detatch this from 
threading issues*/
-                       
//entropy_core_file_cache_remove_reference(entropy_core_get_core(), 
file->parent->md5);
+                       
entropy_core_file_cache_remove_reference(file->parent->md5);
                }
 
                if (file->md5) entropy_free(file->md5);
-               if (file->icon_hint) entropy_free(file->icon_hint);
+               if (file->attach) entropy_free(file->attach);
 
 
                entropy_free(file);



-------------------------------------------------------------------------
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