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:
461cc58
)
elementary: image orientation seems to work quite nicely, so let's enable it.
author
Chidambar Zinnoury
<illogict@online.fr>
Sun, 19 Sep 2010 17:36:26 +0000
(17:36 +0000)
committer
Chidambar Zinnoury
<illogict@online.fr>
Sun, 19 Sep 2010 17:36:26 +0000
(17:36 +0000)
SVN revision: 52466
src/lib/els_icon.c
patch
|
blob
|
history
diff --git
a/src/lib/els_icon.c
b/src/lib/els_icon.c
index 549f0249488dbc3e3ef9ae04fdebe84f1f1ed0bd..97dd2ac43d4393367d777b238e7a4b2c7794fc13 100644
(file)
--- a/
src/lib/els_icon.c
+++ b/
src/lib/els_icon.c
@@
-213,8
+213,6
@@
_els_smart_icon_orient_set(Evas_Object *obj, Elm_Image_Orient orient)
case ELM_IMAGE_ROTATE_180_CW:
_els_smart_icon_rotate_180(sd);
return;
- default:
- return;
}
evas_object_image_size_get(sd->obj, &iw, &ih);