genlist: send signal to deco_all_view additionally.

This commit is contained in:
ChunEon Park 2015-01-08 19:50:52 +09:00
parent 293c5dbb13
commit 59b32785e1
1 changed files with 2 additions and 0 deletions

View File

@ -5906,6 +5906,8 @@ _elm_genlist_item_elm_widget_item_signal_emit(Eo *eo_it EINA_UNUSED, Elm_Gen_Ite
return;
}
edje_object_signal_emit(VIEW(it), emission, source);
if (it->deco_all_view)
edje_object_signal_emit(it->deco_all_view, emission, source);
}
EOLIAN static void