genlist: send signal to deco_all_view additionally.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 8 Jan 2015 10:50:52 +0000 (19:50 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 8 Jan 2015 10:50:52 +0000 (19:50 +0900)
src/lib/elm_genlist.c

index 0ab653f..cf75970 100644 (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