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:
parent
9299a7ff2a
commit
a675fc2864
@ -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);
|
||||
if (generic)
|
||||
barInfo->icon->SetBits(generic->Bits(), barInfo->icon->BitsLength(),
|
||||
0, kIconFormat);
|
||||
0, generic->ColorSpace());
|
||||
}
|
||||
|
||||
sBarTeamInfoList.AddItem(barInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user