projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8690e
)
e button widget: bad logic when removing icon.
author
Chidambar Zinnoury
<illogict@online.fr>
Sun, 16 Dec 2012 16:33:57 +0000
(16:33 +0000)
committer
Chidambar Zinnoury
<illogict@online.fr>
Sun, 16 Dec 2012 16:33:57 +0000
(16:33 +0000)
SVN revision: 81045
src/bin/e_widget_button.c
patch
|
blob
|
history
diff --git
a/src/bin/e_widget_button.c
b/src/bin/e_widget_button.c
index
7504f9d
..
ad18eaf
100644
(file)
--- a/
src/bin/e_widget_button.c
+++ b/
src/bin/e_widget_button.c
@@
-125,7
+125,7
@@
e_widget_button_icon_set(Evas_Object *obj, Evas_Object *icon)
wd->type |= E_WIDGET_BUTTON_ICON;
}
else
- wd->type
= ~(wd->type & E_WIDGET_BUTTON_ICON)
;
+ wd->type
&= ~E_WIDGET_BUTTON_ICON
;
_e_wid_button_state_send(wd);
edje_object_size_min_calc(wd->o_button, &mw, &mh);
e_widget_size_min_set(obj, mw, mh);