Enlightenment CVS committal Author : handyande Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/daemon Modified Files: spawner.c Log Message: oops, not fully updated, thanks Phuah Yee Keat =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/spawner.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- spawner.c 9 Dec 2005 14:00:11 -0000 1.26 +++ spawner.c 20 Dec 2005 10:08:04 -0000 1.27 @@ -76,13 +76,13 @@ d = calloc(1, sizeof(Entranced_Display)); - ecore_config_string_default("/entrance/daemon/xserver", DEFAULT_X_SERVER); - ecore_config_int_default("/entrance/daemon/attempts", 5); + ecore_config_string_default("/entranced/xserver", DEFAULT_X_SERVER); + ecore_config_int_default("/entranced/attempts", 5); ecore_config_file_load(PACKAGE_CFG_DIR "/entrance_config.cfg"); - d->xprog = ecore_config_string_get("/entrance/daemon/xserver"); - d->attempts = ecore_config_int_get("/entrance/daemon/attempts"); + d->xprog = ecore_config_string_get("/entranced/xserver"); + d->attempts = ecore_config_int_get("/entranced/attempts"); d->status = NOT_RUNNING; d->auth_en = 1; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs