Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine/src


Modified Files:
        examine.c 


Log Message:
.edj ify examine
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- examine.c   1 Dec 2004 23:08:54 -0000       1.29
+++ examine.c   22 Mar 2005 20:35:43 -0000      1.30
@@ -333,7 +333,7 @@
         dp = opendir((const char *) path);
         while (next = readdir(dp)) {
           if (!strcmp(next->d_name, ".") || !strcmp(next->d_name, "..")
-              || strlen(next->d_name) <= 4 || !strstr(next->d_name, ".eet"))
+              || strlen(next->d_name) <= 4 || !strstr(next->d_name, ".edj"))
             continue;
 
           theme_seen = 0;
@@ -360,7 +360,7 @@
             ewl_widget_show(tmp);
             free(file);
 
-            file_len = strlen(next->d_name) - 4; /* 4 = .eet*/
+            file_len = strlen(next->d_name) - 4; /* 4 = .edj*/
             file = malloc(file_len + 1);
             strncpy(file, next->d_name, file_len);
             *(file + file_len) = '\0';




-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to