Elementary elm_button.c: Fixed unnecessary spaces.f

SVN revision: 57682
This commit is contained in:
Daniel Juyung Seo 2011-03-11 02:27:12 +00:00
parent a6f9c8a8da
commit c2c9a2f723
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ elm_button_add(Evas_Object *parent)
ELM_SET_WIDTYPE(widtype, "button");
elm_widget_type_set(obj, "button");
elm_widget_sub_object_add(parent, obj);
elm_widget_on_focus_hook_set( obj, _on_focus_hook, NULL );
elm_widget_on_focus_hook_set(obj, _on_focus_hook, NULL);
elm_widget_data_set(obj, wd);
elm_widget_del_hook_set(obj, _del_hook);
elm_widget_theme_hook_set(obj, _theme_hook);