mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Changed path for splash themes
Small Jamfile(s) refactoring
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user