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:
Stefano Ceccherini 2006-12-04 15:37:51 +00:00
parent 9299a7ff2a
commit a675fc2864

View File

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