quick typo fix to incorrect variable name
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40350 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e8988b8980
commit
17f4832496
@ -292,7 +292,7 @@ InterfaceListItem::_PopulateBitmaps(const char* mediaType) {
|
||||
B_VECTOR_ICON_TYPE, "pending", &iconSize);
|
||||
|
||||
if (HVIFPending) {
|
||||
fIconOffline = new BBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32);
|
||||
fIconPending = new BBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32);
|
||||
BIconUtils::GetVectorIcon(HVIFPending, iconSize, fIconPending);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user