Re: [E-devel] Problem with Combobox 1.18 API

2016-08-11 Thread Tom Hacohen
On 11/08/16 12:12, Davide Andreoli wrote: > 2016-08-11 11:32 GMT+02:00 Tom Hacohen : > >> On 10/08/16 22:30, Davide Andreoli wrote: >>> 2016-08-10 16:35 GMT+02:00 Tom Hacohen : >>> On 10/08/16 14:51, Davide Andreoli wrote: > 2016-08-10 15:48

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-11 Thread Davide Andreoli
2016-08-11 11:32 GMT+02:00 Tom Hacohen : > On 10/08/16 22:30, Davide Andreoli wrote: > > 2016-08-10 16:35 GMT+02:00 Tom Hacohen : > > > >> On 10/08/16 14:51, Davide Andreoli wrote: > >>> 2016-08-10 15:48 GMT+02:00 Tom Hacohen : >

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-11 Thread Stefan Schmidt
Hello. On 11/08/16 04:57, Carsten Haitzler (The Rasterman) wrote: > On Wed, 10 Aug 2016 08:26:09 -0700 Cedric BAIL said: > >> On Aug 10, 2016 8:35 AM, "Tom Hacohen" wrote: >>> >>> On 10/08/16 14:51, Davide Andreoli wrote: 2016-08-10 15:48

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-11 Thread Tom Hacohen
On 10/08/16 22:30, Davide Andreoli wrote: > 2016-08-10 16:35 GMT+02:00 Tom Hacohen : > >> On 10/08/16 14:51, Davide Andreoli wrote: >>> 2016-08-10 15:48 GMT+02:00 Tom Hacohen : >>> On 10/08/16 14:45, Davide Andreoli wrote: > 2016-08-10 15:22

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-11 Thread The Rasterman
On Wed, 10 Aug 2016 08:26:09 -0700 Cedric BAIL said: > On Aug 10, 2016 8:35 AM, "Tom Hacohen" wrote: > > > > On 10/08/16 14:51, Davide Andreoli wrote: > > > 2016-08-10 15:48 GMT+02:00 Tom Hacohen : > > > > > >> On 10/08/16 14:45,

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Davide Andreoli
2016-08-10 16:35 GMT+02:00 Tom Hacohen : > On 10/08/16 14:51, Davide Andreoli wrote: > > 2016-08-10 15:48 GMT+02:00 Tom Hacohen : > > > >> On 10/08/16 14:45, Davide Andreoli wrote: > >>> 2016-08-10 15:22 GMT+02:00 Tom Hacohen : >

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Cedric BAIL
On Aug 10, 2016 8:35 AM, "Tom Hacohen" wrote: > > On 10/08/16 14:51, Davide Andreoli wrote: > > 2016-08-10 15:48 GMT+02:00 Tom Hacohen : > > > >> On 10/08/16 14:45, Davide Andreoli wrote: > >>> 2016-08-10 15:22 GMT+02:00 Tom Hacohen

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Tom Hacohen
On 10/08/16 14:51, Davide Andreoli wrote: > 2016-08-10 15:48 GMT+02:00 Tom Hacohen : > >> On 10/08/16 14:45, Davide Andreoli wrote: >>> 2016-08-10 15:22 GMT+02:00 Tom Hacohen : >>> On 09/08/16 20:37, Davide Andreoli wrote: > Starting from this

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Tom Hacohen
On 10/08/16 14:45, Davide Andreoli wrote: > 2016-08-10 15:22 GMT+02:00 Tom Hacohen : > >> On 09/08/16 20:37, Davide Andreoli wrote: >>> Starting from this commit: >>> https://git.enlightenment.org/core/elementary.git/commit/?id= >> 015db15c626b9b06116fcc8f7ec61bbae3c6cc30 >>>

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Davide Andreoli
2016-08-10 15:48 GMT+02:00 Tom Hacohen : > On 10/08/16 14:45, Davide Andreoli wrote: > > 2016-08-10 15:22 GMT+02:00 Tom Hacohen : > > > >> On 09/08/16 20:37, Davide Andreoli wrote: > >>> Starting from this commit: > >>>

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Davide Andreoli
2016-08-10 15:22 GMT+02:00 Tom Hacohen : > On 09/08/16 20:37, Davide Andreoli wrote: > > Starting from this commit: > > https://git.enlightenment.org/core/elementary.git/commit/?id= > 015db15c626b9b06116fcc8f7ec61bbae3c6cc30 > > > > combobox now inherit from Genlist and

Re: [E-devel] Problem with Combobox 1.18 API

2016-08-10 Thread Tom Hacohen
On 09/08/16 20:37, Davide Andreoli wrote: > Starting from this commit: > https://git.enlightenment.org/core/elementary.git/commit/?id=015db15c626b9b06116fcc8f7ec61bbae3c6cc30 > > combobox now inherit from Genlist and Multibuttonentry, this is causing > some name clashes, in particular > I found

[E-devel] Problem with Combobox 1.18 API

2016-08-09 Thread Davide Andreoli
Starting from this commit: https://git.enlightenment.org/core/elementary.git/commit/?id=015db15c626b9b06116fcc8f7ec61bbae3c6cc30 combobox now inherit from Genlist and Multibuttonentry, this is causing some name clashes, in particular I found the item_append() function to be present (and needed)