projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8cfb47
)
elementary/button - removed an unnecessary line.
author
ChunEon Park
<hermet@hermet.pe.kr>
Tue, 29 Nov 2011 07:44:06 +0000
(07:44 +0000)
committer
ChunEon 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
patch
|
blob
|
history
diff --git
a/data/themes/widgets/button.edc
b/data/themes/widgets/button.edc
index ab1ea1e91d5bd22bdce6dde8e1db02240a4da064..ee508910e27a8054f94e950d60909270eb09e61d 100644
(file)
--- a/
data/themes/widgets/button.edc
+++ b/
data/themes/widgets/button.edc
@@
-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);