Revert this as it was actually a configuration eror.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18116 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bruno G. Albuquerque 2006-07-12 14:08:13 +00:00
parent a3ac8bd9a7
commit 994caa6f7a

View File

@ -86,7 +86,7 @@ ColorPreview::MessageReceived(BMessage* message)
type_code typeFound;
if (message->GetInfo(B_RGB_COLOR_TYPE, 0,
(const char**)&nameFound, &typeFound) != B_OK) {
&nameFound, &typeFound) != B_OK) {
BControl::MessageReceived(message);
return;
}