Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto/entropy

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        remote_thumbnailer.c thumbnailer.c 


Log Message:
* Epsilon API updates

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/remote_thumbnailer.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- remote_thumbnailer.c        2 Nov 2007 08:03:46 -0000       1.18
+++ remote_thumbnailer.c        4 Nov 2007 07:05:50 -0000       1.19
@@ -216,7 +216,7 @@
    
                  ecore_hash_set (_ecore_thumb_file_instance_hash, 
md5_entropy_local_file(new_path), o_request);
 
-                 epsilon_add(new_path, EPSILON_THUMB_NORMAL, NULL);
+                 epsilon_request_add(new_path, EPSILON_THUMB_NORMAL, NULL);
                  
                  entropy_core_file_cache_remove_reference 
(listener->file->md5);
        }
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/thumbnailer.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- thumbnailer.c       2 Nov 2007 08:03:46 -0000       1.18
+++ thumbnailer.c       4 Nov 2007 07:05:50 -0000       1.19
@@ -117,7 +117,7 @@
 
   _ecore_thumb_file_instance_hash = ecore_hash_new (ecore_str_hash, 
ecore_str_compare);
 
-  epsilon_thumb_init();
+  epsilon_request_init();
 
   thumb_done = ecore_event_handler_add(EPSILON_EVENT_DONE, thumb_complete_cb, 
NULL);
 
@@ -150,7 +150,7 @@
     entropy_core_file_cache_add_reference(request->file->md5);
 
     /*printf("'%s' (%s)...\n", buffer, request->file->md5);*/
-    epsilon_add(buffer, EPSILON_THUMB_NORMAL, NULL);
+    epsilon_request_add(buffer, EPSILON_THUMB_NORMAL, NULL);
   }
   else {
     return request->file->thumbnail;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to