Removing "ede" prefix for config files

This commit is contained in:
Sanel Zukan
2009-02-23 14:48:53 +00:00
parent 5d602fc6c0
commit 421a09304f
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ void EvokeService::read_startup(void) {
#else
/* only system resource will be loaded; use ede-startup will be skipped */
Resource c;
int ret = c.load("ede/ede-startup");
int ret = c.load("ede-startup");
#endif
if(!ret) {
E_WARNING(E_STRLOC ": Unable to load EDE startup file\n");