Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/src/bin
Modified Files:
prefs.c
Log Message:
fix user theme directories, reported by rephorm
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/prefs.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- prefs.c 11 Jan 2004 02:39:50 -0000 1.13
+++ prefs.c 11 Jan 2004 02:51:07 -0000 1.14
@@ -76,8 +76,8 @@
/* theme doesn't exist by abs/relative path in db */
if (stat(econfig->theme, &status) != 0)
{
- snprintf(buf, PATH_MAX, "%s/.entice/%s", getenv("HOME"),
- econfig->theme);
+ snprintf(buf, PATH_MAX, "%s/.e/apps/entice/themes/%s",
+ getenv("HOME"), econfig->theme);
if (stat(buf, &status) != 0)
{
snprintf(buf, PATH_MAX, "%s/themes/%s", PACKAGE_DATA_DIR,
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs