diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-07-13 15:45:44 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-07-13 15:45:44 +0900 |
commit | 936a48c158ad1375ae7dd74236c1793c95393084 (patch) | |
tree | de262a3f7e1c513636a9577e93c309aebea1d41b /NEWS | |
parent | 1f564888b230fb5e38f7a70833c1a2053acdb22a (diff) | |
download | elementary-936a48c158ad1375ae7dd74236c1793c95393084.tar.gz |
elm_list.c: fixed elm_object_item_part_content_set bug with 'end' part in elm_list.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -260,6 +260,7 @@ Fixes: * Fix crash of elm_notify when timeout is zero. * Fix Segfault in elementary file_selector_example when closed * Fix Showing multiple popups in Entry. + * Fix elm_object_item_part_content_set bug with end content in elm_list. Removals: |