Re: [E-devel] [Patch] Genlist patch for wrong casting.

2011-02-02 Thread Tom Hacohen
t; To: Daniel Juyung Seo > Cc: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] [Patch] Genlist patch for wrong casting. > > In, thanks. One comment though: please in the next time (and this > applies to everyone) add a summary that suites an svn log :) > > You g

Re: [E-devel] [Patch] Genlist patch for wrong casting.

2011-02-02 Thread Daniel Juyung Seo
cohen [mailto:tom.haco...@partner.samsung.com] Sent: Wednesday, February 02, 2011 5:37 PM To: Daniel Juyung Seo Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] Genlist patch for wrong casting. In, thanks. One comment though: please in the next time (and this applies to everyone) add

Re: [E-devel] [Patch] Genlist patch for wrong casting.

2011-02-02 Thread Tom Hacohen
In, thanks. One comment though: please in the next time (and this applies to everyone) add a summary that suites an svn log :) You gave an excellent summary that made me understand exactly what the patch is about and that's great, but I still need to write the svn log myself and although that's no

[E-devel] [Patch] Genlist patch for wrong casting.

2011-02-01 Thread Daniel Juyung Seo
Hello, I made a patch to fix wrong casting bug. While using Eina_Inlist, do not use force-casting for EINA_INLIST_GET. Use ELM_XXX_ITEM_FROM_INLIST macro instead. Barbieri adopted this concept about 3~4 months ago. So we can place EINA_INLIST macro to any place we want in a custom structure. It u