diff --git a/src/apps/deskbar/BarApp.cpp b/src/apps/deskbar/BarApp.cpp index c4dce14eba..9a76daca4a 100644 --- a/src/apps/deskbar/BarApp.cpp +++ b/src/apps/deskbar/BarApp.cpp @@ -868,7 +868,7 @@ TBarApp::FetchAppIcon(const char* signature, BBitmap* icon) if (appMime.GetIcon(icon, size) == B_OK) foundIcon = true; } - + if (!foundIcon) { // get the generic 3 boxes icon BMimeType defaultAppMime;