Enlightenment CVS committal Author : dresb Project : e17 Module : docs
Dir : e17/docs/cookbook/xml/ecore Modified Files: ecore_config_intro.xml Log Message: fixed subtle but misleading error. =================================================================== RCS file: /cvs/e/e17/docs/cookbook/xml/ecore/ecore_config_intro.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ecore_config_intro.xml 22 Jan 2008 17:37:19 -0000 1.5 +++ ecore_config_intro.xml 25 Jan 2008 14:18:30 -0000 1.6 @@ -51,7 +51,7 @@ ecore_config_float_default("/float/example", 2.22); if (ecore_config_load() != ECORE_CONFIG_ERR_SUCC) - printf("WARNING: Could not load config from ~/.e/apps/config.eet\n"); + printf("WARNING: Could not load config from ~/.e/apps/foo/config.eet\n"); i = ecore_config_int_get("/int_example"); str = ecore_config_string_get("/this/is/a/string/example"); @@ -153,7 +153,7 @@ ecore_config_string_set("/this/is/a/string/example", "Other string"); if (ecore_config_save() != ECORE_CONFIG_ERR_SUCC) { - printf("WARNING: could not save config to ~/.e/apps/config.eet\n"); + printf("WARNING: could not save config to ~/.e/apps/foo/config.eet\n"); }else{ printf("NOTE: in the next execution Str will be \"Other String\"\n") } ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs