[els_icon] rotate bug fixed
authorjh0506.yun <jh0506.yun@samsung.com>
Wed, 20 Oct 2010 11:29:04 +0000 (20:29 +0900)
committerjh0506.yun <jh0506.yun@samsung.com>
Wed, 20 Oct 2010 11:29:04 +0000 (20:29 +0900)
src/lib/els_icon.c

index d77e386..43a22bd 100644 (file)
@@ -216,8 +216,8 @@ _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;
+     //default:
+        //return;
      }
 
    evas_object_image_size_get(sd->obj, &iw, &ih);