From 4d1624024599e9613d73e638e809bbf034feda59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 5 Apr 2009 08:41:48 +0000 Subject: [PATCH] * 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 --- src/kits/tracker/TrackerInitialState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/tracker/TrackerInitialState.cpp b/src/kits/tracker/TrackerInitialState.cpp index 38eaadef39..1dc6d5c5cc 100644 --- a/src/kits/tracker/TrackerInitialState.cpp +++ b/src/kits/tracker/TrackerInitialState.cpp @@ -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";