in svn .
thanks~

2012/3/9, Hyoyoung Chang <[email protected]>:
> Dear all,
>
> After elm radically changed, some compilation errors are not fixed.
> I changed for this.
>
> 1. add a parameter for item_bring_in
> -elm_genlist_item_bring_in(it);
> +elm_genlist_item_bring_in(it, ELM_GENLIST_ITEM_SCROLLTO_IN);
>
> 2. change a enum type name
> -   Elm_Genlist_Item_Flags
> +   Elm_Genlist_Item_Type
>
> 3. change a enum name
> -   if (!parent) flags = ELM_GENLIST_ITEM_SUBITEMS;
> +   if (!parent) flags = ELM_GENLIST_ITEM_TREE;
>
> affected file list:
> PROTO/enna-explorer/src/bin/shortcut.c
> PROTO/ev/ev.c
> editje/editje/filewizard.py
> envision/src/bin/main.c
> BINDINGS/python/python-elementary/elementary/__init__.py
> BINDINGS/cxx/eflxx_examples/src/elementaryxx/full/test_panel.cpp
> BINDINGS/cxx/eflxx_examples/src/elementaryxx/full/test_genlist.cpp
> BINDINGS/cxx/elementaryxx/include/elementaryxx/GenList.h
> BINDINGS/cxx/elementaryxx/src/GenList.cpp
> BINDINGS/cxx/elementaryxx/src/GenListItem.cpp
> BINDINGS/perl/t/elementary_test.t
> BINDINGS/perl/Elementary/Makefile.PL
> BINDINGS/perl/Elementary/Elementary.xs
> BINDINGS/perl/lib/EFL/Elementary.pm
> ensure/src/errors.c
> ensure/src/entree.c
> ensure/src/enconfig.c
> clouseau/src/lib/libclouseau.c
> clouseau/src/lib/ui/obj_information.c
> enki/src/bin/evas_object/enki_elm_genlist_tree.c
>
> Thanks.
>

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to