Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c 


Log Message:
- fix some lists to be dlists

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_engines.c       30 Sep 2006 20:53:30 -0000      1.13
+++ ewl_engines.c       6 Oct 2006 14:49:16 -0000       1.14
@@ -104,10 +104,10 @@
        caller = EWL_ENGINE(embed->engine);
        if (!caller->functions->engine_hooks[type] && caller->dependancies)
        {
-               Ecore_List *deps;
+               Ecore_DList *deps;
 
                deps = caller->dependancies;
-               ecore_list_goto_first(deps);
+               ecore_dlist_goto_first(deps);
                while ((caller = ecore_dlist_next(deps)))
                {
                        if (caller->functions->engine_hooks[type])
@@ -232,7 +232,7 @@
                        Ewl_Engine *parent;
 
                        parent = ewl_engine_new(name);
-                       ecore_list_append(deps, parent);
+                       ecore_dlist_append(deps, parent);
                }
                ecore_list_destroy(dep_list);
        }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to