Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        e_apps.h userconfig.c 


Log Message:
.edj ify engage
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/e_apps.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_apps.h    2 Jan 2005 22:54:53 -0000       1.2
+++ e_apps.h    22 Mar 2005 20:07:31 -0000      1.3
@@ -24,7 +24,7 @@
    char          *generic; /* generic app name */
    char          *comment; /* a longer description */
    char          *exe; /* command to execute, NULL if directory */
-   char          *path; /* path to .eet containing icons etc. etc. */
+   char          *path; /* path to .edj containing icons etc. etc. */
 
    char          *win_name; /* window name */
    char          *win_class; /* window class */
@@ -33,7 +33,7 @@
    
    time_t         mod_time; /* last modified time for file or dir */
    time_t         order_mod_time; /* secondary modified time for .order */
-   time_t         directory_mod_time; /* secondary modified time for 
.directory.eet */
+   time_t         directory_mod_time; /* secondary modified time for 
.directory.edj */
 
    Evas_List     *instances; /* a list of all the exe handles for executions */
    
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/userconfig.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- userconfig.c        2 Mar 2005 12:40:43 -0000       1.13
+++ userconfig.c        22 Mar 2005 20:07:31 -0000      1.14
@@ -135,7 +135,7 @@
   if (!dp)
     return;
   while (next = readdir(dp)) {
-    if (!strstr(next->d_name + strlen(next->d_name) - 4, ".eet"))
+    if (!strstr(next->d_name + strlen(next->d_name) - 4, ".edj"))
       continue; 
     
     file_path = malloc(strlen(path) + strlen(next->d_name) + 2); // 2 = / + \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