Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        etk_list_viewer.c ewl_icon_local_viewer.c 


Log Message:
* Remove the onus on the consumer to track add/remove file references.  This 
makes the core more transparent to the plugins

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_list_viewer.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- etk_list_viewer.c   1 Apr 2006 02:36:36 -0000       1.50
+++ etk_list_viewer.c   1 Apr 2006 02:47:35 -0000       1.51
@@ -663,8 +663,6 @@
 
   if (!file->retrieved_stat) {
          /*And request the properties...*/
-         entropy_core_file_cache_add_reference (file->md5);
-         
          gui_event = entropy_malloc (sizeof (entropy_gui_event));
          gui_event->event_type =
          entropy_core_gui_event_get (ENTROPY_GUI_EVENT_FILE_STAT);
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/ewl_icon_local_viewer.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- ewl_icon_local_viewer.c     1 Apr 2006 02:36:37 -0000       1.64
+++ ewl_icon_local_viewer.c     1 Apr 2006 02:47:35 -0000       1.65
@@ -269,8 +269,6 @@
   //Stat test..
   /*Send an event to the core */
   if (local_file) {
-    entropy_core_file_cache_add_reference(local_file->file->md5);
-
     gui_event = entropy_malloc (sizeof (entropy_gui_event));
     gui_event->event_type =
       entropy_core_gui_event_get (ENTROPY_GUI_EVENT_FILE_STAT);




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