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:
be09791
)
'return' not needed here
author
Vincent Torri
<vincent.torri@gmail.com>
Mon, 30 Nov 2009 18:22:42 +0000
(18:22 +0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Mon, 30 Nov 2009 18:22:42 +0000
(18:22 +0000)
SVN revision: 44058
src/bin/e_icon.c
patch
|
blob
|
history
diff --git
a/src/bin/e_icon.c
b/src/bin/e_icon.c
index
c54c107
..
e1ec5ec
100644
(file)
--- a/
src/bin/e_icon.c
+++ b/
src/bin/e_icon.c
@@
-235,7
+235,7
@@
e_icon_size_get(Evas_Object *obj, int *w, int *h)
sd = evas_object_smart_data_get(obj);
if (!sd) return;
-
return
evas_object_image_size_get(sd->obj, w, h);
+ evas_object_image_size_get(sd->obj, w, h);
}
EAPI int