Include "ISF Popup" wm_class property to keyboard_sub policy. 81/35781/1
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 24 Feb 2015 13:22:45 +0000 (22:22 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 24 Feb 2015 13:22:45 +0000 (22:22 +0900)
Change-Id: I217ce1432e52f3d42a0c47e6ee65857714dd6767

src/e_mod_keyboard.c

index 50ce074..8987c45 100644 (file)
@@ -43,7 +43,7 @@ e_mod_pol_client_is_keyboard_sub(E_Client *ec)
        char *nname = NULL, *nclass = NULL;
        Eina_Bool ret = EINA_FALSE;
        ecore_x_icccm_name_class_get(e_client_util_win_get(ec), &nname, &nclass);
-       if ((nname) && (!strcmp(nname,"Key Magnifier")) &&
+       if ((nname) && (!strcmp(nname,"Key Magnifier") || !strcmp(nname,"ISF Popup")) &&
            (nclass) && (!strcmp(nclass, "ISF")))
          ret = EINA_TRUE;