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:
parent
31d3ef17d8
commit
73b7614aa0
@ -1821,7 +1821,8 @@ ProbeView::MessageReceived(BMessage *message)
|
||||
// There might be a new icon
|
||||
if (!strcmp(name, "BEOS:TYPE")
|
||||
|| !strcmp(name, "BEOS:M:STD_ICON")
|
||||
|| !strcmp(name, "BEOS:L:STD_ICON"))
|
||||
|| !strcmp(name, "BEOS:L:STD_ICON")
|
||||
|| !strcmp(name, "BEOS:ICON"))
|
||||
fHeaderView->UpdateIcon();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user