Changed path for splash themes

Small Jamfile(s) refactoring
This commit is contained in:
Sanel Zukan
2009-02-20 16:27:25 +00:00
parent f0d8382742
commit 7df3f329ee
3 changed files with 5 additions and 7 deletions

View File

@ -120,7 +120,7 @@ void Splash::run(void) {
#ifdef USE_LOCAL_CONFIG
splash_theme_path = "splash-themes/";
#else
splash_theme_path = Resource::find_data("ede/splash-themes", RES_SYS_ONLY);
splash_theme_path = Resource::find_data("themes/splash-themes", RES_SYS_ONLY);
if(splash_theme_path.empty()) {
E_WARNING(E_STRLOC ": Unable to locate splash themes in $XDG_DATA_DIRS directories\n");
return;