always update wl dnd offer actions

This commit is contained in:
Mike Blumenkrantz 2016-04-21 12:09:29 -04:00
parent 42d67d51c3
commit aefa7d3795
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ data_offer_update_action(E_Comp_Wl_Data_Offer *offer)
{
uint32_t action;
if (!offer->source || !offer->source->actions_set)
if (!offer->source)
return;
action = data_offer_choose_action(offer);