On Mon, Nov 14, 2011 at 8:56 AM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> Bare minimum changes to update to elementary API breakage so it compiles.
>  Other things likely need to be changed to track depecated APIs, etc.

Don't forget to update the .edc or nothing will be displayed (replaces
icons by contents).

> Author:       onefang
> Date:         2011-11-13 23:56:38 -0800 (Sun, 13 Nov 2011)
> New Revision: 65149
> Trac:         http://trac.enlightenment.org/e/changeset/65149
>
> Modified:
>  trunk/edje_viewer/src/bin/edje_viewer_gui.c
>
> Modified: trunk/edje_viewer/src/bin/edje_viewer_gui.c
> ===================================================================
> --- trunk/edje_viewer/src/bin/edje_viewer_gui.c 2011-11-14 07:35:23 UTC (rev 
> 65148)
> +++ trunk/edje_viewer/src/bin/edje_viewer_gui.c 2011-11-14 07:56:38 UTC (rev 
> 65149)
> @@ -104,7 +104,7 @@
>
>    v->gc = calloc(1, sizeof(Elm_Genlist_Item_Class));
>    v->gc->item_style     = "default";
> -   v->gc->func.icon_get  = gc_icon_get;
> +   v->gc->func.content_get  = gc_icon_get;
>    v->gc->func.label_get = gc_label_get;
>    v->gc->func.del       = gc_del;
>
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>



-- 
Cedric BAIL

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to