rimmed pushed a commit to branch master.

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

commit f7aaf0e0a3745ecc59c4248699811b5d68e9030a
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Jan 27 14:11:00 2016 +0000

    colorclass_manager: disable OK button when entry is empty at beggining
---
 src/bin/ui/colorclass_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/colorclass_manager.c b/src/bin/ui/colorclass_manager.c
index b1d262b..53642f1 100644
--- a/src/bin/ui/colorclass_manager.c
+++ b/src/bin/ui/colorclass_manager.c
@@ -93,7 +93,7 @@ _on_button_add_clicked_cb(void *data __UNUSED__,
 
    btn_res = popup_want_action(_("Create a new layout"), NULL, box,
                                edit->entry, BTN_OK|BTN_CANCEL,
-                               NULL, NULL);
+                               NULL, edit->entry);
 
    if (BTN_CANCEL == btn_res) goto end;
 

-- 


Reply via email to