Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_menu.c 


Log Message:
app_dirs isn't a dlist

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_menu.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- efreet_menu.c       7 Feb 2007 02:14:46 -0000       1.5
+++ efreet_menu.c       24 Mar 2007 19:01:29 -0000      1.6
@@ -949,7 +949,7 @@
     IF_FREE_LIST(internal->applications);
 
     IF_FREE_DLIST(internal->directories);
-    IF_FREE_DLIST(internal->app_dirs);
+    IF_FREE_LIST(internal->app_dirs);
     IF_FREE_LIST(internal->app_pool);
     IF_FREE_DLIST(internal->directory_dirs);
     IF_FREE_HASH(internal->directory_cache);
@@ -3208,7 +3208,7 @@
 {
     if (!internal || internal->app_dirs) return;
 
-    internal->app_dirs = ecore_dlist_new();
+    internal->app_dirs = ecore_list_new();
     ecore_list_set_free_cb(internal->app_dirs, 
                         ECORE_FREE_CB(efreet_menu_app_dir_free));
 }



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