* Return B_ERROR if the window couldn't be locked, thanks stippi

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner 2009-03-26 13:33:36 +00:00
parent 82e6d2ffcd
commit df8b89cbf7

View File

@ -123,7 +123,8 @@ BDragger::Archive(BMessage *data, bool deep) const
if (ret == B_OK)
ret = data->AddMessage("_popup", &popupMsg);
fPopUp->Window()->Unlock();
}
} else
ret = B_ERROR;
}
if (ret == B_OK)