rimmed pushed a commit to branch master.

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

commit b8f3c94fbd175cb6ba620a6e5076c8a85c93132e
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Jan 20 18:41:10 2016 +0000

    popup: disallow empty group addition when popup just showed
    
    how about terrible decision?
    
    @fix #48152
---
 src/bin/ui/popup.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index 7214781..99a75fd 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -123,6 +123,11 @@ popup_want_action(const char *title,
 
    evas_object_show(popup);
    if (to_focus) elm_object_focus_set(to_focus, true);
+
+   TODO("Fix and refactor this weird behaviour. This is terrible decision")
+   if (data) /* this is probably entry now */
+     evas_object_smart_callback_call(data, "changed", NULL);
+
    eflete_main_loop_begin();
 
    /* clear up before return the presed button */

-- 


Reply via email to