Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        etk_list_viewer.c 


Log Message:
* Even more event consolidation

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_list_viewer.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- etk_list_viewer.c   1 Apr 2006 04:35:36 -0000       1.52
+++ etk_list_viewer.c   1 Apr 2006 07:41:29 -0000       1.53
@@ -685,8 +685,9 @@
                      list_viewer_add_row (comp, file);
                }
 
-               while ( (ref = ecore_list_remove_first(remove_ref))) 
+               while ( (ref = ecore_list_remove_first(remove_ref)))  {
                        entropy_core_file_cache_remove_reference (ref);
+               }
                ecore_list_destroy(remove_ref);
 
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to