From b763084c1967557b6b78732b96fd2f6fe418fc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 8 Nov 2006 04:48:41 +0000 Subject: [PATCH] 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 --- src/libs/icon/IconUtils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libs/icon/IconUtils.cpp b/src/libs/icon/IconUtils.cpp index fe9092f13d..6615ed27dd 100644 --- a/src/libs/icon/IconUtils.cpp +++ b/src/libs/icon/IconUtils.cpp @@ -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;