diff --git a/src/kits/tracker/BackgroundImage.cpp b/src/kits/tracker/BackgroundImage.cpp index fb96183cb3..f981da3caf 100644 --- a/src/kits/tracker/BackgroundImage.cpp +++ b/src/kits/tracker/BackgroundImage.cpp @@ -98,16 +98,13 @@ BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop) if (container.FindString(kBackgroundImageInfoPath, index, &path) == B_OK) { bitmap = BTranslationUtils::GetBitmap(path); - if (!bitmap) { + if (!bitmap) PRINT(("failed to load background bitmap from path\n")); - continue; - } } else break; - if (be_control_look != NULL && isDesktop) { + if (be_control_look != NULL && isDesktop) be_control_look->SetBackgroundInfo(container); - } container.FindInt32(kBackgroundImageInfoWorkspaces, index, (int32*)&workspaces);