elementary/elm_widget.c : fix wrong indentation :)

SVN revision: 60912
This commit is contained in:
WooHyun Jung 2011-07-01 09:10:11 +00:00
parent 695123a92c
commit eb919f67b6
1 changed files with 1 additions and 1 deletions

View File

@ -1816,7 +1816,7 @@ elm_widget_disabled_set(Evas_Object *obj,
if (!o) break; if (!o) break;
parent = o; parent = o;
} }
elm_widget_focus_cycle(parent, ELM_FOCUS_NEXT); elm_widget_focus_cycle(parent, ELM_FOCUS_NEXT);
} }
if (sd->disable_func) sd->disable_func(obj); if (sd->disable_func) sd->disable_func(obj);
} }