Small fix for future themes in system only code

SVN revision: 11070
This commit is contained in:
handyande 2004-07-28 10:45:57 +00:00 committed by handyande
parent 1dc4f2aa78
commit a17635a739
1 changed files with 3 additions and 0 deletions

View File

@ -1428,6 +1428,9 @@ _ecore_config_system_init_no_load(void)
__ecore_config_bundle_local =
ecore_config_bundle_new(__ecore_config_server_global, "system");
/* set up a simple default path */
ecore_config_string_default("/e/themes/search_path", PACKAGE_DATA_DIR "../ewl/themes");
return ECORE_CONFIG_ERR_SUCC;
}