Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_config.c 


Log Message:
move the ewl.cfg file to PACKAGE_SYSCONF_DIR/ewl

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_config.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_config.c        10 Oct 2006 20:40:38 -0000      1.18
+++ ewl_config.c        10 Oct 2006 21:26:24 -0000      1.19
@@ -532,7 +532,7 @@
 
        fname = ewl_config_file_name_clean(cfg);
        snprintf(cfg_filename, sizeof(cfg_filename),
-                       "%s/config/%s%s.cfg", PACKAGE_DATA_DIR, 
+                       "%s/ewl/%s%s.cfg", PACKAGE_SYSCONF_DIR, 
                        (is_ewl ? "" : "apps/"), fname);
 
        FREE(fname);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to