there are some others

../src/lib/edje/edje.eo.c:2609:
  Can't execute functionEdje:EDJE_OBJ_SUB_ID_SIGNAL_EMIT (op 0x22f) for class 
'Elm_Layout'. Aborting.

  (focus/unfocus)
  should be an Edje object, maybe the below does the trick, I don't have
  much time to look further into it

  @@ -951,7 +951,9 @@ _elc_naviframe_elm_layout_signal_emit(Eo *obj,
  Elc_Naviframe_Data *sd, const cha
   {
       if (!sd->stack) return;

    -   eo_do_super(obj, MY_CLASS, elm_obj_layout_signal_emit(emission, 
source));
    +   Elm_Object_Item *it = elm_naviframe_top_item_get(obj);
    +   if (!it) return;
    +   eo_do(it, elm_obj_layout_signal_emit(emission, source));
    }


./elm_win.eo.c:2149:
  Can't execute function Elm_Win:ELM_OBJ_WIN_SUB_ID_RESIZE_OBJECT_ADD (op 
0x174) for class 'Elc_Naviframe'. Aborting.

  didn't look at it

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to