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

@ -210,7 +210,7 @@ bool Xsm::load_serialized(void) {
String file = SETTINGS_FILENAME".conf";
#else
/* try to find it in home directory, then will scan for the system one */
String file = Resource::find_config("ede/"SETTINGS_FILENAME);
String file = Resource::find_config(SETTINGS_FILENAME);
if(file.empty()) {
E_WARNING(E_STRLOC ": Unable to load XSETTINGS data from '%s'\n", file.c_str());
return false;