Another tiny style fix, sorry guys.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user