rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=309adbc8dd043327d351129465eefa85f0778668

commit 309adbc8dd043327d351129465eefa85f0778668
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 20 16:49:14 2015 +0300

    Color class manager: no sense to update property when new color class is 
added
    
    Change-Id: I7f680925ecedbfd52defe344895e2c0dafdc604d
---
 src/bin/ui/editors/colorclass_manager.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/ui/editors/colorclass_manager.c 
b/src/bin/ui/editors/colorclass_manager.c
index 6f5028b..7bc6598 100644
--- a/src/bin/ui/editors/colorclass_manager.c
+++ b/src/bin/ui/editors/colorclass_manager.c
@@ -74,7 +74,6 @@ _on_add_popup_btn_add(void *data,
    Elm_Object_Item *glit_ccl = NULL;
    Uns_List *colorclass = NULL;
    Eina_List *l;
-   App_Data *ap = app_data_get();
 
    it = (Colorclass_Item *)mem_calloc(1, sizeof(Colorclass_Item));
    it->name = elm_entry_entry_get(edit->entry);
@@ -120,9 +119,6 @@ _on_add_popup_btn_add(void *data,
                                     ELM_GENLIST_ITEM_NONE, NULL, NULL);
    elm_genlist_item_selected_set(glit_ccl, EINA_TRUE);
 
-   Part *part = ui_widget_list_selected_part_get(ui_block_widget_list_get(ap));
-   ui_property_state_unset(ui_block_property_get(ap));
-   ui_property_state_set(ui_block_property_get(ap), part);
    evas_object_del(edit->popup);
    edit->popup = NULL;
    edit->changed = true;

-- 


Reply via email to