Re: [E-devel] Edje color/text_class_list bugs

2013-02-19 Thread Davide Andreoli
2013/2/19 Carsten Haitzler > On Mon, 18 Feb 2013 21:41:06 +0100 Davide Andreoli > > said: > > > 2013/2/18 Carsten Haitzler > > > > > On Mon, 11 Feb 2013 22:46:32 +0100 Davide Andreoli < > d...@gurumeditation.it > > > > > > > said: > > > > > > i fixed it. :) > > > > > > > Yes fixed, but spotted

Re: [E-devel] Edje color/text_class_list bugs

2013-02-18 Thread The Rasterman
On Mon, 18 Feb 2013 21:41:06 +0100 Davide Andreoli said: > 2013/2/18 Carsten Haitzler > > > On Mon, 11 Feb 2013 22:46:32 +0100 Davide Andreoli > > > > said: > > > > i fixed it. :) > > > > Yes fixed, but spotted an api-design problem: > color_class_list return a list of string to free()ed > wh

Re: [E-devel] Edje color/text_class_list bugs

2013-02-18 Thread Davide Andreoli
2013/2/18 Carsten Haitzler > On Mon, 11 Feb 2013 22:46:32 +0100 Davide Andreoli > > said: > > i fixed it. :) > Yes fixed, but spotted an api-design problem: color_class_list return a list of string to free()ed while text_class_list return a stringshared pointer that need to be stringshare_del()

Re: [E-devel] Edje color/text_class_list bugs

2013-02-18 Thread Davide Andreoli
2013/2/18 Carsten Haitzler > On Mon, 11 Feb 2013 22:46:32 +0100 Davide Andreoli > > said: > > i fixed it. :) > cool ! thanks, I will test it this evening > > > Hi guys, > > I think I found 2 bugs in edje (trunk): > > > > edje_color_class_list() and edje_text_class_list() always return > noth

Re: [E-devel] Edje color/text_class_list bugs

2013-02-17 Thread The Rasterman
On Mon, 11 Feb 2013 22:46:32 +0100 Davide Andreoli said: i fixed it. :) > Hi guys, > I think I found 2 bugs in edje (trunk): > > edje_color_class_list() and edje_text_class_list() always return nothing... > > see a super simple example at: > http://pastebin.com/8dAiaFzR > > looking at the cod

[E-devel] Edje color/text_class_list bugs

2013-02-11 Thread Davide Andreoli
Hi guys, I think I found 2 bugs in edje (trunk): edje_color_class_list() and edje_text_class_list() always return nothing... see a super simple example at: http://pastebin.com/8dAiaFzR looking at the code seems that the 2 functions implementation search in the wrong hash, but I'm not sure... ca