Another tiny style fix, sorry guys.

This commit is contained in:
John Scipione
2012-04-11 23:58:46 -04:00
parent 20f438f9de
commit a4d1d8cc8c
+1 -1
View File
@@ -868,7 +868,7 @@ TBarApp::FetchAppIcon(const char* signature, BBitmap* icon)
if (appMime.GetIcon(icon, size) == B_OK) if (appMime.GetIcon(icon, size) == B_OK)
foundIcon = true; foundIcon = true;
} }
if (!foundIcon) { if (!foundIcon) {
// get the generic 3 boxes icon // get the generic 3 boxes icon
BMimeType defaultAppMime; BMimeType defaultAppMime;