Temporarily comment out writing the vector icon since it currently appears to be broken somehow. Will look into it tonight.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36521 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
63ebfa8d08
commit
0872569da9
@ -2393,7 +2393,8 @@ FSGetTrashDir(BDirectory *trashDir, dev_t dev)
|
||||
trashDir->WriteAttr(kAttrMiniIcon, 'MICN', 0,
|
||||
data, size);
|
||||
}
|
||||
#ifdef __HAIKU__
|
||||
// TODO: figure out why writing the vector icon seems broken.
|
||||
#if 0
|
||||
data = GetTrackerResources()->
|
||||
LoadResource(B_VECTOR_ICON_TYPE, R_TrashIcon, &size);
|
||||
if (data != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user