[editifled] fix a bug : password disapears when unfocused
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 25 Jul 2011 05:04:28 +0000 (14:04 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 25 Jul 2011 05:04:28 +0000 (14:04 +0900)
themes/groups/editfield.edc

index fd43106..758bbbe 100644 (file)
@@ -438,7 +438,7 @@ group { name: "elm/editfield/base/default";
             }
          }
          description {
-            state: "single_no_edit" 0.0;
+            state: "no_edit" 0.0;
             inherit: "default" 0.0;
             visible: 1;
          }
@@ -1052,7 +1052,7 @@ group { name: "elm/editfield/base/searchbar";
             }
          }
          description {
-            state: "single_no_edit" 0.0;
+            state: "no_edit" 0.0;
             inherit: "default" 0.0;
             visible: 1;
          }
@@ -1697,7 +1697,7 @@ group { name: "elm/editfield/base/font_color_black";
             }
          }
          description {
-            state: "single_no_edit" 0.0;
+            state: "no_edit" 0.0;
             inherit: "default" 0.0;
             visible: 1;
          }
@@ -2310,7 +2310,7 @@ group { name: "elm/editfield/base/searchbar/font_color_black";
             }
          }
          description {
-            state: "single_no_edit" 0.0;
+            state: "no_edit" 0.0;
             inherit: "default" 0.0;
             visible: 1;
          }