Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        ecore_config_extra.c 


Log Message:
.edj ify ecore_config
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config_extra.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ecore_config_extra.c        2 Mar 2005 07:06:34 -0000       1.5
+++ ecore_config_extra.c        22 Mar 2005 20:40:19 -0000      1.6
@@ -499,10 +499,10 @@
            *ptr = '\0';
 
         file = malloc(strlen(search_path_tmp) + strlen(name) + 6);
-           /* 6 = / + .eet + \0 */
+           /* 6 = / + .edj + \0 */
 
         snprintf(file, strlen(search_path_tmp) + strlen(name) + 6, 
-                      "%s/%s.eet", search_path_tmp, name);
+                      "%s/%s.edj", search_path_tmp, name);
        
         if (stat(file, &st) == 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