rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=080e50d57b65e62c76cfaf0b6f1471b761b17e8f

commit 080e50d57b65e62c76cfaf0b6f1471b761b17e8f
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Mon Nov 23 10:58:50 2015 +0000

    Style editor: swallow colors control into correct parts.
    
    Change-Id: I87b6390a10a33214484c97dec6c385867916030b
---
 src/bin/ui/property_style.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bin/ui/property_style.c b/src/bin/ui/property_style.c
index 51ca268..26efd05 100644
--- a/src/bin/ui/property_style.c
+++ b/src/bin/ui/property_style.c
@@ -543,9 +543,7 @@ _prop_text_2color_add(const char *text,
    PROPERTY_ITEM_ADD(box, text, "2swallow")
 
    ADD_COLOR_ELEMENT(*object_left, item, layout)
-   elm_layout_content_set(item, NULL, *object_left);
    ADD_COLOR_ELEMENT(*object_right, item, layout)
-   elm_layout_content_set(item, NULL, *object_right);
 
    elm_layout_content_set(item, "swallow.content1", *object_left);
    elm_layout_content_set(item, "swallow.content2", *object_right);
@@ -1308,4 +1306,4 @@ ui_property_style_add(Evas_Object *parent)
 #undef CHECK_VALUE
 #undef SEGMENT_VALUE
 #undef CALLBACKS_COLOR_ADD
-#undef DIRECT_ADD
\ No newline at end of file
+#undef DIRECT_ADD

-- 


Reply via email to