set null when timer expired
authorJisung Ahn <jcastle.ahn@samsung.com>
Mon, 14 Jan 2013 12:36:29 +0000 (21:36 +0900)
committerJisung Ahn <jcastle.ahn@samsung.com>
Mon, 14 Jan 2013 12:36:29 +0000 (21:36 +0900)
Change-Id: I66513ae5362775ad4250a84519b91f9cb69299c4

main/src/view/ivug-crop-view.cpp

index 9d01c10..d0a302c 100755 (executable)
@@ -131,6 +131,8 @@ static Eina_Bool _on_box_timer_expired(void *data)
 
        IvugCropView *pCropView = static_cast<IvugCropView *>(data);
 
+       pCropView->box_timer = NULL;
+
        int x, y, w, h;
        ivug_image_region_get(pCropView->photocam,  &x, &y, &w, &h);