Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        ewl_icon_local_viewer.c 
Added Files:
        ewl_progress_dialog.c 


Log Message:
* Oops - forgot to add this before

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_icon_local_viewer.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- ewl_icon_local_viewer.c     11 Dec 2005 06:56:38 -0000      1.39
+++ ewl_icon_local_viewer.c     11 Dec 2005 07:09:57 -0000      1.40
@@ -312,9 +312,11 @@
                
                while ( (file = ecore_list_next(file_list))) {
                        printf("Deleting '%s'\n", file->filename);
-
+                       
                        (*del_func)(file);      
 
+                       entropy_core_file_cache_remove_reference(file->md5);    
+
        
                }
                
@@ -322,7 +324,7 @@
                printf("Selected cancel..\n");
        }
 
-       //entropy_core_file_cache_remove_reference(file->md5);
+       
 
        /*Um...FIXME bad - we need to save a reference to the dialog somewhere*/
        ewl_widget_destroy(w->parent->parent->parent);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to