Merge "elm els_icon.c: There is some bug in _els_smart_icon_orient_set function....
authorJiyoun Park <jy0703.park@samsung.com>
Thu, 1 Dec 2011 10:19:28 +0000 (19:19 +0900)
committerGerrit Code Review <git@Maetan>
Thu, 1 Dec 2011 10:19:28 +0000 (19:19 +0900)
commit94248eddcc81c3b83f725655fa1a349cc523df90
tree52c975804e15a0dd937e31e08a6941e85afccaf8
parent95bf09cfb857fafcb1324cabc2f7de6c89c360d1
parentb851ce0399655c51a0f1f886f64d657e313b0c36
Merge "elm els_icon.c: There is some bug in _els_smart_icon_orient_set function. it didn't work if orient were ELM_IMAGE_ROTATE_90_CW or CCW. and it also make seg fault if application calls elm_image_orient_set more than twice. for 90 or 270 rotation, we need seperate memory. (It can be algorithm without more memory, but I selected readability than memory efficiency)"