From a4d1d8cc8c4dbb066805ebe38220b8d55b1fe493 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 11 Apr 2012 23:58:46 -0400 Subject: [PATCH] Another tiny style fix, sorry guys. --- src/apps/deskbar/BarApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;