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:
Axel Dörfler
2006-11-07 00:43:19 +00:00
parent 31d3ef17d8
commit 73b7614aa0
+2 -1
View File
@@ -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;
} }