* 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:
@@ -123,7 +123,8 @@ BDragger::Archive(BMessage *data, bool deep) const
|
|||||||
if (ret == B_OK)
|
if (ret == B_OK)
|
||||||
ret = data->AddMessage("_popup", &popupMsg);
|
ret = data->AddMessage("_popup", &popupMsg);
|
||||||
fPopUp->Window()->Unlock();
|
fPopUp->Window()->Unlock();
|
||||||
}
|
} else
|
||||||
|
ret = B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret == B_OK)
|
if (ret == B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user