Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_utils.c 


Log Message:
No need to this as we get the contents of the dir by using remove first.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_utils.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- efreet_utils.c      13 Apr 2007 16:28:32 -0000      1.32
+++ efreet_utils.c      13 Apr 2007 16:29:29 -0000      1.33
@@ -125,7 +125,6 @@
             ecore_list_append(fill->dirs, dir);
         }
         ecore_list_destroy(dirs);
-        ecore_list_goto_first(fill->dirs);
     }
     idler = ecore_idler_add(efreet_util_cache_fill, NULL);
     return init;
@@ -863,7 +862,6 @@
                 dir->file_id = strdup(file_id);
                 dir->priority = em->priority;
                 ecore_list_append(fill->dirs, dir);
-                ecore_list_goto_first(fill->dirs);
 
                 if (!idler)
                     idler = ecore_idler_add(efreet_util_cache_fill, NULL);



-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to