elementary/elm_widget.c : Delete meaningless conditional state

(already been checked by the above code)


SVN revision: 60911
This commit is contained in:
WooHyun Jung 2011-07-01 09:07:36 +00:00
parent 6f8eb1acf9
commit 695123a92c
1 changed files with 1 additions and 2 deletions

View File

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