quickpanel: reset ec->visible flag if the quickpanel is blocked to shown 16/80316/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Sat, 16 Jul 2016 06:32:01 +0000 (15:32 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Sat, 16 Jul 2016 06:32:01 +0000 (15:32 +0900)
Change-Id: I3fc30599570f7452537f28ca86b3d5ed32d4dc40

src/services/e_mod_quickpanel.c

index 2bdb532..f934f35 100644 (file)
@@ -1203,7 +1203,10 @@ _quickpanel_intercept_hook_show(void *data, E_Client *ec)
      goto end;
 
    if (qp->show_block)
-     return EINA_FALSE;
+     {
+        ec->visible = EINA_FALSE;
+        return EINA_FALSE;
+     }
 
 end:
    return EINA_TRUE;