diff --git a/src/servers/app/decorator/DecorManager.cpp b/src/servers/app/decorator/DecorManager.cpp index ef01bd6883..4ba21dbf46 100644 --- a/src/servers/app/decorator/DecorManager.cpp +++ b/src/servers/app/decorator/DecorManager.cpp @@ -1,11 +1,12 @@ /* - * Copyright (c) 2001-2011, Haiku, Inc. + * Copyright (c) 2001-2020 Haiku, Inc. All right reserved. * Distributed under the terms of the MIT license. * * Author: * DarkWyrm * Clemens Zeidler * Joseph Groover + * John Scipione */ #include "DecorManager.h" @@ -341,6 +342,7 @@ DecorManager::_LoadSettingsFromDisk() DecorAddOn* decor = _LoadDecor(itemPath, error); if (decor != NULL) { fCurrentDecor = decor; + fCurrentDecorPath = itemPath; return true; } else { //TODO: do something with the reported error