elementary: fixup typo breaking compilation.

This commit is contained in:
Cedric BAIL 2017-12-11 14:56:37 -08:00
parent 3e73c10055
commit 6e446c64d6
1 changed files with 3 additions and 3 deletions

View File

@ -365,9 +365,9 @@ _efl_ui_progressbar_efl_canvas_group_group_add(Eo *obj, Efl_Ui_Progressbar_Data
group = _efl_ui_progressbar_theme_group_get(obj, priv);
if (!elm_widget_theme_object_set(obj, wd->resize_obj,
elm_widget_theme_klass_get(obj),
group
elm_widget_theme_style_get(obj)))
elm_widget_theme_klass_get(obj),
group,
elm_widget_theme_style_get(obj)))
CRI("Failed to set layout!");
free(group);