elementary/button - removed an unnecessary line.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 29 Nov 2011 07:44:06 +0000 (07:44 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 29 Nov 2011 07:44:06 +0000 (07:44 +0000)
reported by discomfitor who has eagle eyes.

SVN revision: 65678

data/themes/widgets/button.edc

index ab1ea1e91d5bd22bdce6dde8e1db02240a4da064..ee508910e27a8054f94e950d60909270eb09e61d 100644 (file)
@@ -1038,7 +1038,6 @@ group { name: "elm/button/base/anchor";
             get_state(PART:"elm.swallow.content", st, 30, vl);
             if (!strcmp(st, "visible"))
             set_state(PART:"elm.swallow.content", "icononly", 0.0);
-            set_state(PART:"elm.text", "default", 0.0);
             get_state(PART:"elm.text", st, 30, vl);
             if (!strcmp(st, "default") || (!strcmp(st, "visible")))
               set_state(PART:"elm.text", "default", 0.0);