Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : eplayer
Dir : misc/eplayer/src
Modified Files:
eplayer.c
Log Message:
Changed default theme name to 'default', moved eplayer.db to ~/.e/apps/eplayer
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/eplayer.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- eplayer.c 25 Nov 2003 17:50:57 -0000 1.18
+++ eplayer.c 3 Dec 2003 21:19:44 -0000 1.19
@@ -40,7 +40,7 @@
"software");
snprintf(cfg->output_plugin, sizeof(cfg->output_plugin),
"OSS");
- snprintf(cfg->theme, sizeof(cfg->theme), "eplayer");
+ snprintf(cfg->theme, sizeof(cfg->theme), "default");
}
static int config_load(Config *cfg, const char *file) {
@@ -110,7 +110,8 @@
/* load config */
config_init(&player->cfg);
- snprintf(cfg_file, sizeof(cfg_file), "%s/." PACKAGE ".db",
+ snprintf(cfg_file, sizeof(cfg_file),
+ "%s/.e/apps/" PACKAGE ".db",
getenv("HOME"));
if (!config_load(&player->cfg, cfg_file)) {
-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs