okra pushed a commit to branch master.

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

commit 0880d1795d806a3a286f57d3d4601b17da6db3a0
Author: Stephen 'Okra' Houston <smhousto...@gmail.com>
Date:   Wed Aug 30 20:15:47 2017 -0500

    Luncher: Don't set preview state to menu. Set to alpha. Requires EFL update.
    
    This fixes T5948
---
 src/modules/luncher/bar.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c
index c52b18b9c..cf1fbcd44 100644
--- a/src/modules/luncher/bar.c
+++ b/src/modules/luncher/bar.c
@@ -836,7 +836,7 @@ _bar_icon_preview_client_add(Icon *ic, E_Client *ec)
    edje_extern_object_aspect_set(img, EDJE_ASPECT_CONTROL_BOTH, ec->client.w, 
ec->client.h);
    elm_layout_content_set(layout, "e.swallow.icon", img);
    if (evas_object_image_alpha_get(img))
-     elm_layout_signal_emit(layout, "e,state,icon,menu", "e");
+     elm_layout_signal_emit(layout, "e,state,icon,alpha", "e");
    evas_object_show(img);
 
    if (!(ec->desk->visible) || (ec->iconic))
@@ -927,7 +927,6 @@ _bar_icon_preview_show(void *data)
              if (!e_client_util_is_popup(ec))
                {
                   _bar_icon_preview_client_add(ic, ec);
-
                   count++;
                }
           }

-- 


Reply via email to