elementary/elm_widget : Fixed wrong indentation

SVN revision: 64627
This commit is contained in:
WooHyun Jung 2011-11-02 00:36:24 +00:00
parent 18f1dd78a5
commit 378ccf637c
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ _sub_obj_mouse_down(void *data,
Smart_Data *sd = data;
Evas_Event_Mouse_Down *ev = event_info;
if (!(ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD))
sd->still_in = EINA_TRUE;
sd->still_in = EINA_TRUE;
}
static void