Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
Make ewl_config use .ewl/themes as well

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- ewl_config.c        17 Oct 2007 14:51:33 -0000      1.51
+++ ewl_config.c        2 Dec 2007 03:32:44 -0000       1.52
@@ -346,7 +346,7 @@
        closedir(rep);
 
        home_dir = getenv("HOME");
-       snprintf(path, PATH_MAX, "%s/%s", home_dir, ".e/ewl/themes");
+       snprintf(path, PATH_MAX, "%s/%s", home_dir, ".ewl/themes");
        rep = opendir(path);
        if (rep)
        {



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to