[List] send message signal for sound plugin before callback 08/69608/1
authorSungtaek Hong <sth253.hong@samsung.com>
Mon, 16 May 2016 06:18:08 +0000 (15:18 +0900)
committerSungtaek Hong <sth253.hong@samsung.com>
Mon, 16 May 2016 06:18:08 +0000 (15:18 +0900)
Change-Id: I5f15da8bcffd66ac1d292315665a092fdf52b22f
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
src/lib/elm_list.c

index 4b90ca7..e19976b 100644 (file)
@@ -1422,6 +1422,10 @@ call:
    evas_object_ref(obj);
    _elm_list_walk(sd);
 
+   // TIZEN_ONLY(20160515): send message signal for sound plugin
+   //                       before calling callback.
+   edje_object_message_signal_process(VIEW(it));
+   //
    if (it->func) it->func((void *)WIDGET_ITEM_DATA_GET(eo_it), WIDGET(it), eo_it);
    eo_do(obj, eo_event_callback_call(EVAS_SELECTABLE_INTERFACE_EVENT_SELECTED, eo_it));
      if (_elm_config->atspi_mode)