e_policy_conformant: Fixed warning and error 17/104517/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 13 Dec 2016 11:40:08 +0000 (20:40 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 13 Dec 2016 11:40:08 +0000 (20:40 +0900)
Change-Id: I03d298bf62dbf44409aa9b60fc81b219653deef0

src/bin/e_policy_conformant.c

index a940f81da3e3ddd110969c58d078fb3771420b27..c993f76af6059a76df5c4d8855c21a28680dc202 100644 (file)
@@ -124,10 +124,10 @@ _conf_state_update(Conformant_Type type, Eina_Bool visible, int x, int y, int w,
          * '_conf_state_update' at that time.
          * we need to consider using like this.
          */
-        g_conf->part[type].owner = _conf_part_owner_find(conf->part[type].ec, type);
+        g_conf->part[type].owner = _conf_part_owner_find(g_conf->part[type].ec, type);
         if (!g_conf->part[type].owner)
           {
-             CFINF("NO Client to send change the conformant area");
+             DBG("NO Client to send change the conformant area");
              return;
           }
      }