On 12/11/2017 06:03 PM, Cedric BAIL wrote:
cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6e446c64d60b538c2e63aab94a92debe8e8907fe

commit 6e446c64d60b538c2e63aab94a92debe8e8907fe
Author: Cedric BAIL <[email protected]>
Date:   Mon Dec 11 14:56:37 2017 -0800

    elementary: fixup typo breaking compilation.

Ooops, my bad. Thanks Cedric :)

dh


---
 src/lib/elementary/efl_ui_progressbar.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elementary/efl_ui_progressbar.c 
b/src/lib/elementary/efl_ui_progressbar.c
index 13138339fc..19b89332b7 100644
--- a/src/lib/elementary/efl_ui_progressbar.c
+++ b/src/lib/elementary/efl_ui_progressbar.c
@@ -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);



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to