toolbar: fix build failure caused by recent changes on Edje 34/137234/1
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 5 Jul 2017 03:55:17 +0000 (12:55 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Wed, 5 Jul 2017 04:15:53 +0000 (13:15 +0900)
edje_obj_message_signal_process() changed to recieve a parameter.

@tizen_fix

Change-Id: I336e7d746b866ae081ce25ca6a7de2082ed2a040

src/lib/elm_toolbar.c

index 7cdbde0..fb94358 100644 (file)
@@ -1690,7 +1690,7 @@ _elm_toolbar_elm_widget_orientation_set(Eo *obj, Elm_Toolbar_Data *sd, int orien
           {
              eo_do(elm_layout_edje_get(VIEW(it)),
                    edje_obj_signal_emit(buf, "elm"),
-                   edje_obj_message_signal_process(),
+                   edje_obj_message_signal_process(EINA_FALSE),
                    edje_obj_size_min_restricted_calc(&mw, &mh, -1, -1));
 
              if (!it->separator && !it->object)