Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine/src


Modified Files:
        examine.c examine_client.c 


Log Message:
bug fixes
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- examine.c   13 Oct 2004 22:39:42 -0000      1.28
+++ examine.c   1 Dec 2004 23:08:54 -0000       1.29
@@ -332,7 +332,8 @@
         }
         dp = opendir((const char *) path);
         while (next = readdir(dp)) {
-          if (!strcmp(next->d_name, ".") || !strcmp(next->d_name, ".."))
+          if (!strcmp(next->d_name, ".") || !strcmp(next->d_name, "..")
+              || strlen(next->d_name) <= 4 || !strstr(next->d_name, ".eet"))
             continue;
 
           theme_seen = 0;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine_client.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- examine_client.c    13 Oct 2004 22:27:19 -0000      1.20
+++ examine_client.c    1 Dec 2004 23:08:55 -0000       1.21
@@ -229,7 +229,7 @@
   char           *label, *typename, *start, *end;
   int             tmpi;
   float           tmpd;
-  char            type[20], range[10], step[5];
+  char            type[20], range[50], step[5];
   int             mini, maxi;
   float           mind, maxd;
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to