Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/bin


Modified Files:
        epsilon_thumbd.c 


Log Message:
Fix for ecore api change.

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/bin/epsilon_thumbd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- epsilon_thumbd.c    29 Jul 2007 00:38:09 -0000      1.7
+++ epsilon_thumbd.c    29 Jul 2007 02:10:48 -0000      1.8
@@ -840,7 +840,7 @@
 {
        Epsilon_Message *msg;
        worker->child = 0;
-       while ((msg = ecore_list_remove_first(worker->thumbs))) 
+       while ((msg = ecore_list_first_remove(worker->thumbs))) 
                free(msg);
        return 1;
 }



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