discomfitor pushed a commit to branch master.

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

commit e8a9ba34b08a07e35f43ea3cdc3a94cc0c21b291
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Sep 17 19:06:12 2015 -0400

    always send CLIENT_SHOW event when clients are shown
    
    I think it was the case for <E19 that uniconifying a client would
    not send a show event, but this is not ideal and so the event should
    still be sent
---
 src/bin/e_client.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index faabd9f..dc43de3 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -1498,10 +1498,7 @@ _e_client_cb_evas_resize(void *data, Evas *e 
EINA_UNUSED, Evas_Object *obj EINA_
 static void
 _e_client_cb_evas_show(void *data, Evas *e EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_info EINA_UNUSED)
 {
-   E_Client *ec = data;
-
-   if (!ec->iconic)
-     _e_client_event_simple(data, E_EVENT_CLIENT_SHOW);
+   _e_client_event_simple(data, E_EVENT_CLIENT_SHOW);
 }
 
 static void

-- 


Reply via email to