Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_fileselector.c 


Log Message:
Fix for missing one letter directories.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_fileselector.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_fileselector.c  14 Jul 2005 05:59:35 -0000      1.18
+++ ewl_fileselector.c  31 Jul 2005 18:01:49 -0000      1.19
@@ -191,7 +191,7 @@
 
        /* The default filter values */
        fs->ffilter = strdup("^[^\\.]");
-       fs->dfilter = strdup("^[^\\.][^$]");
+       fs->dfilter = strdup("^[^\\.]");
 
        tmp = getenv("HOME");
        fs->path = strdup((tmp ? tmp : "/"));




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to