Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir     : e_modules/slideshow


Modified Files:
        e_mod_main.c 


Log Message:
Patch fix. Forgot to remove this line as it breaks recursion.

===================================================================
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_mod_main.c        28 Jul 2006 00:02:17 -0000      1.35
+++ e_mod_main.c        28 Jul 2006 05:18:12 -0000      1.36
@@ -520,7 +520,6 @@
 
    ecore_list_destroy(dirListing);
 
-   inst->bg_list = ecore_file_ls(ci->dir);
    ecore_list_goto_first(inst->bg_list);
    while ((item = (char *)ecore_list_next(inst->bg_list)) != NULL)
      inst->bg_count++;



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