rimmed pushed a commit to branch master.

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

commit c25743a52508fa0623c0c1d31c46523ef653e88d
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Oct 2 09:14:49 2015 +0300

    colorclass_editor: fix typo
    
    Change-Id: I6c210db869ecc5dbac79b155526b82580c951717
---
 src/bin/ui/editors/colorclass_manager.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/ui/editors/colorclass_manager.c 
b/src/bin/ui/editors/colorclass_manager.c
index 6f5650b..91431fc 100644
--- a/src/bin/ui/editors/colorclass_manager.c
+++ b/src/bin/ui/editors/colorclass_manager.c
@@ -83,6 +83,7 @@ _on_button_add_clicked_cb(void *data __UNUSED__,
    Colorclass_Item *it = NULL;
    Elm_Object_Item *glit_ccl = NULL;
    Colorclass_Resource *res;
+   Popup_Button btn_res;
 
    assert(edit != NULL);
 
@@ -101,7 +102,7 @@ _on_button_add_clicked_cb(void *data __UNUSED__,
    elm_box_pack_end(box, item);
    elm_box_pack_end(box, edit->entry);
 
-   Popup_Button btn_res = popup_want_action(_("Create a new layout"), NULL, 
box,
+   btn_res = popup_want_action(_("Create a new layout"), NULL, box,
                                edit->entry, BTN_OK|BTN_CANCEL,
                                NULL, NULL);
 

-- 


Reply via email to