DiskProbe now correctly monitors vector icon changes in the header.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19216 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1821,7 +1821,8 @@ ProbeView::MessageReceived(BMessage *message)
|
|||||||
// There might be a new icon
|
// There might be a new icon
|
||||||
if (!strcmp(name, "BEOS:TYPE")
|
if (!strcmp(name, "BEOS:TYPE")
|
||||||
|| !strcmp(name, "BEOS:M:STD_ICON")
|
|| !strcmp(name, "BEOS:M:STD_ICON")
|
||||||
|| !strcmp(name, "BEOS:L:STD_ICON"))
|
|| !strcmp(name, "BEOS:L:STD_ICON")
|
||||||
|
|| !strcmp(name, "BEOS:ICON"))
|
||||||
fHeaderView->UpdateIcon();
|
fHeaderView->UpdateIcon();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user