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

View File

@ -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;