* The artwork directory has been relocated as well.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29879 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-04-03 09:35:40 +00:00
parent 454ff904bf
commit 0d7e201276

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2008, Haiku, Inc. All Rights Reserved.
* Copyright 2002-2009, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -278,7 +278,7 @@ BackgroundsView::AllAttached()
BPath path;
entry_ref ref;
if (find_directory(B_BEOS_ETC_DIRECTORY, &path) == B_OK) {
if (find_directory(B_SYSTEM_DATA_DIRECTORY, &path) == B_OK) {
path.Append("artwork");
get_ref_for_path(path.Path(), &ref);
}