e_policy_wl: modify code to call e_client_unignore in _tzlaunch_splash_iface_cb_owner 88/118288/1 accepted/tizen/3.0/common/20170313.075841 accepted/tizen/3.0/ivi/20170312.222818 accepted/tizen/3.0/mobile/20170312.222712 accepted/tizen/3.0/tv/20170312.222738 accepted/tizen/3.0/wearable/20170312.222759 accepted/tizen/common/20170313.162236 accepted/tizen/ivi/20170313.042454 accepted/tizen/mobile/20170313.042350 accepted/tizen/tv/20170313.042414 accepted/tizen/unified/20170313.042512 accepted/tizen/wearable/20170313.042436 submit/tizen/20170310.225956 submit/tizen_3.0/20170310.225521
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 9 Mar 2017 23:46:57 +0000 (08:46 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 9 Mar 2017 23:46:57 +0000 (08:46 +0900)
There was a bug that the E_EVENT_CLIENT_ADD was not called while using launch image.
(This change is same to _tzlaunch_img_iface_cb_owner.)

Change-Id: Ia91b2316a3e58dd20d6cd536572b868bed434646

src/bin/e_policy_wl.c

index 037a575..674a529 100644 (file)
@@ -5422,7 +5422,7 @@ _tzlaunch_splash_iface_cb_owner(struct wl_client *client EINA_UNUSED, struct wl_
           {
              old_ec = tzlaunch_splash->ec;
 
-             new_ec->ignored = EINA_FALSE;
+             e_client_unignore(new_ec);
              new_ec->visible = EINA_TRUE;
              new_ec->new_client = EINA_FALSE;
              new_ec->argb = old_ec->argb;