* 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:
parent
82e6d2ffcd
commit
df8b89cbf7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user