[list] Opensource Merge (r69535)
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Mar 2012 10:41:42 +0000 (10:41 +0000)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 23 Mar 2012 05:52:41 +0000 (14:52 +0900)
commitfc3cdda6eb8181878d5c9cb438dd5d7613ef8f67
tree04fb239e7fb195a565d976e0fcfa68d3fe4195f5
parentdf37ef9e0d81ce97eb3db7ea9bb341a28ca6ebef
[list] Opensource Merge (r69535)

Subject: [E-devel] [Patch][elementary] elm_list.c - item_content_set()
related.

The Eina_Bool item->dummy_icon and item->dummy_end of Elm_List_Item
indicate whether the content has REAL object or not.
- "not" means.. if elm_object_item_part_content_set(); is called with
NULL content, the Elm_List set the swallow part with
rectangle which has alpha value 0 and the item->dummy_icon or
item->dummy_end is set to EINA_TRUE. -
But in the item_content_set(); it works the opposite way. So when
content set with NULL value the flag should be EINA_TRUE.

Change-Id: Ibfd12197a56d751592ca1261e8772c4f9ce954f9
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69535 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_list.c