discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=aefa7d3795cdefee1b707db31edb8fe3e274350a

commit aefa7d3795cdefee1b707db31edb8fe3e274350a
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 21 12:09:29 2016 -0400

    always update wl dnd offer actions
---
 src/bin/e_comp_wl_data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl_data.c b/src/bin/e_comp_wl_data.c
index 4841361..48e4822 100644
--- a/src/bin/e_comp_wl_data.c
+++ b/src/bin/e_comp_wl_data.c
@@ -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);

-- 


Reply via email to