Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_theme.c 


Log Message:
Move the theme directory to ~/.ewl/themes to be consistent with the config path.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_theme.c 16 Nov 2007 18:50:57 -0000      1.48
+++ ewl_theme.c 1 Dec 2007 22:43:18 -0000       1.49
@@ -550,7 +550,7 @@
         * available.
         */
        if (home) {
-               snprintf(theme_tmp_path, PATH_MAX, "%s/.e/ewl/themes/%s.edj",
+               snprintf(theme_tmp_path, PATH_MAX, "%s/.ewl/themes/%s.edj",
                        home, name);
                if (((stat(theme_tmp_path, &st)) == 0) && S_ISREG(st.st_mode))
                        theme_found_path = strdup(theme_tmp_path);



-------------------------------------------------------------------------
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