Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        main.c 


Log Message:
Fix.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/main.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -3 -r1.121 -r1.122
--- main.c      3 Apr 2005 14:05:04 -0000       1.121
+++ main.c      3 Apr 2005 17:12:53 -0000       1.122
@@ -227,7 +227,6 @@
    Esetenv("EROOT", EDirRoot(), 1);
    Esetenv("EBIN", EDirBin(), 1);
    Esetenv("ECONFDIR", EDirUser(), 1);
-   Esetenv("ECONFNAME", EConfName(), 1);
    Esetenv("ECACHEDIR", EDirUserCache(), 1);
    Esetenv("ETHEME", Mode.theme.path, 1);
 
@@ -414,6 +413,8 @@
    if (userConf)
       Efree(userConf);
    userConf = Estrdup(name);
+
+   Esetenv("ECONFNAME", userConf, 1);
 }
 
 static const char  *




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to