From 0d7e2012768611ab80a4f3815258a8c8279d38c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 3 Apr 2009 09:35:40 +0000 Subject: [PATCH] * The artwork directory has been relocated as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29879 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/backgrounds/BackgroundsView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preferences/backgrounds/BackgroundsView.cpp b/src/preferences/backgrounds/BackgroundsView.cpp index b4730d3647..62057e5262 100644 --- a/src/preferences/backgrounds/BackgroundsView.cpp +++ b/src/preferences/backgrounds/BackgroundsView.cpp @@ -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); }