* Should fix the default desktop background (Haiku logo) since the move of the
artwork folder. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29922 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -461,7 +461,7 @@ TTracker::InstallTemporaryBackgroundImages()
|
||||
// make the large Haiku Logo the default background
|
||||
|
||||
BPath path;
|
||||
status_t status = find_directory(B_BEOS_ETC_DIRECTORY, &path);
|
||||
status_t status = find_directory(B_SYSTEM_DATA_DIRECTORY, &path);
|
||||
if (status < B_OK) {
|
||||
BString errorMessage;
|
||||
errorMessage << "At " << __PRETTY_FUNCTION__ << "\n";
|
||||
|
||||
Reference in New Issue
Block a user