Let go what I said about bug #890. This was the real problem
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -618,7 +618,7 @@ TBarApp::AddTeam(team_id team, uint32 flags, const char *sig, entry_ref *ref)
|
|||||||
const BBitmap* generic = AppResSet()->FindBitmap(B_MESSAGE_TYPE, R_GenericAppIcon);
|
const BBitmap* generic = AppResSet()->FindBitmap(B_MESSAGE_TYPE, R_GenericAppIcon);
|
||||||
if (generic)
|
if (generic)
|
||||||
barInfo->icon->SetBits(generic->Bits(), barInfo->icon->BitsLength(),
|
barInfo->icon->SetBits(generic->Bits(), barInfo->icon->BitsLength(),
|
||||||
0, kIconFormat);
|
0, generic->ColorSpace());
|
||||||
}
|
}
|
||||||
|
|
||||||
sBarTeamInfoList.AddItem(barInfo);
|
sBarTeamInfoList.AddItem(barInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user