Re: [E-devel] [Elementary][1.7.x] Genlist item_content_get_hook bug ?

2013-02-17 Thread Nicolas Aguirre
2013/2/17 Daniel Juyung Seo seojuyu...@gmail.com Hello, thanks for the patch but this looks wrong. Genlist item has two types of elements: 1. Text Text is a text data that can be set to TEXT or TEXTBLOCK part of genlist item. The text is retrieved by text_get callback and set in

[E-devel] [Elementary][1.7.x] Genlist item_content_get_hook bug ?

2013-02-16 Thread Nicolas Aguirre
Hi, I found a strange behaviour in the item_content_get_hook function of genlist in the 1.7.x branch. When elm_object_part_content_get is called, only swallow parts are returned. Attached a fix wich return any parts of the item object. It seems that this is already corrected in the trunk version

Re: [E-devel] [Elementary][1.7.x] Genlist item_content_get_hook bug ?

2013-02-16 Thread Daniel Juyung Seo
Hello, thanks for the patch but this looks wrong. Genlist item has two types of elements: 1. Text Text is a text data that can be set to TEXT or TEXTBLOCK part of genlist item. The text is retrieved by text_get callback and set in _item_text_realize() function. 2. Content Content is an