Axel forgot to adopt this very central place to the new B_VECTOR_ICON_TYPE

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19227 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-11-08 04:48:41 +00:00
parent 4288fdd07e
commit b763084c19
+1 -2
View File
@@ -113,8 +113,7 @@ bigtime_t startTime = system_time();
if (ret < B_OK)
return ret;
type_code attrType = B_RAW_TYPE;
// TODO: introduce special type?
type_code attrType = B_VECTOR_ICON_TYPE;
if (attrInfo.type != attrType)
return B_BAD_TYPE;