e_client: do nothing in the e_client_iconify() if the client which has "skip_iconify... 18/78618/2 accepted/tizen/common/20160706.142610 accepted/tizen/ivi/20160706.132748 accepted/tizen/mobile/20160706.131733 accepted/tizen/tv/20160706.131843 accepted/tizen/wearable/20160706.131949 submit/tizen/20160706.091240
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Jul 2016 07:17:29 +0000 (16:17 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 6 Jul 2016 08:29:50 +0000 (01:29 -0700)
Change-Id: Ide9f9649c753fb8ea5cf9100c6a46c9b6ba01639

src/bin/e_client.c

index a18ce7e19ca6975ff1487876fe961ba060fafcac..d84641f19111ed54f501d3887cd39bf137648490 100644 (file)
@@ -4796,6 +4796,7 @@ e_client_iconify(E_Client *ec)
 
    if (!ec->zone) return;
    if (ec->shading || ec->iconic) return;
+   if (ec->exp_iconify.skip_iconify) return;
 
    TRACE_DS_BEGIN(CLIENT:ICONIFY);