elementary/button - removed an unnecessary line.

reported by discomfitor who has eagle eyes.



SVN revision: 65678
This commit is contained in:
ChunEon Park 2011-11-29 07:44:06 +00:00
parent 8f58ad1dc7
commit f7fcfcc09e
1 changed files with 0 additions and 1 deletions

View 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);