From: Myungjae Lee Date: Thu, 5 Apr 2012 04:24:58 +0000 (+0900) Subject: [entry] changed handlers show/hide signal from elm to edje X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f78c09facd71252b97506b6759de579ec058f714;p=profile%2Fivi%2Fefl-theme-tizen.git [entry] changed handlers show/hide signal from elm to edje Change-Id: Ie793886722eab8b1f0f23403befd1ce1ac35cc61 --- diff --git a/themes/widgets/entry.edc b/themes/widgets/entry.edc index b696956..4a9e73b 100644 --- a/themes/widgets/entry.edc +++ b/themes/widgets/entry.edc @@ -1449,15 +1449,15 @@ group { name: "elm/entry/base-password/popup"; } programs { program { name: "focused"; - signal: "elm,action,focus"; - source: "elm"; + signal: "edje,focus,in"; + source: "edje"; script { set_int(handler_focused, 1); } } program { name: "unfocused"; - signal: "elm,action,unfocus"; - source: "elm"; + signal: "edje,focus,out"; + source: "edje"; script { set_int(handler_focused, 0); set_state(PART:"handle", "default", 0.0); @@ -1605,15 +1605,15 @@ group { name: "elm/entry/base-password/popup"; } programs { program { name: "focused"; - signal: "elm,action,focus"; - source: "elm"; + signal: "edje,focus,in"; + source: "edje"; script { set_int(handler_focused, 1); } } program { name: "unfocused"; - signal: "elm,action,unfocus"; - source: "elm"; + signal: "edje,focus,out"; + source: "edje"; script { set_int(handler_focused, 0); set_state(PART:"handle", "default", 0.0);