Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Epsilon.c epsilon_thumb.c 


Log Message:
*API BREAK* see the discussion in the mailing list. misc and e_modules will 
follow

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- Epsilon.c   9 Jul 2007 16:10:36 -0000       1.35
+++ Epsilon.c   25 Jul 2007 17:00:58 -0000      1.36
@@ -150,7 +150,7 @@
 
                           if ((plugin = epsilon_plugin_load(plugin_path))) {
                                   /*Append the mime types for this plugin*/
-                                  ecore_list_goto_first(plugin->mime_types);
+                                  ecore_list_first_goto(plugin->mime_types);
                                   while ( (type = 
ecore_list_next(plugin->mime_types))) {
                                        ecore_hash_set(plugins_mime, type, 
plugin);
                                   }
===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- epsilon_thumb.c     1 Jun 2007 18:53:34 -0000       1.10
+++ epsilon_thumb.c     25 Jul 2007 17:00:58 -0000      1.11
@@ -190,7 +190,7 @@
                /*
                 * Find the thumbnail request matching this message response.
                 */
-               ecore_dlist_goto_first(epsilon_request_queue);
+               ecore_dlist_first_goto(epsilon_request_queue);
                while ((thumb = ecore_dlist_current(epsilon_request_queue))) {
                        if (thumb->id == msg->mid) {
                                ecore_dlist_remove(epsilon_request_queue);
@@ -357,7 +357,7 @@
         * remove it, at this point we don't bother cancelling the outstanding
         * request to the daemon.
         */
-       ecore_dlist_goto_first(epsilon_request_queue);
+       ecore_dlist_first_goto(epsilon_request_queue);
        while ((temp = ecore_dlist_current(epsilon_request_queue))) {
                if (temp->id == thumb->id) {
                        ecore_dlist_remove(epsilon_request_queue);



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