discomfitor pushed a commit to branch master.

http://git.enlightenment.org/themes/darkness.git/commit/?id=428f809908b4645ac7cac26256c0b6beb0c837f6

commit 428f809908b4645ac7cac26256c0b6beb0c837f6
Author: zmike <michael.blumenkra...@gmail.com>
Date:   Sun Apr 27 13:46:50 2014 -0400

    ctxpopup blocks all mouse events
---
 elm/widgets/ctxpopup.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elm/widgets/ctxpopup.edc b/elm/widgets/ctxpopup.edc
index 696254c..72b624b 100644
--- a/elm/widgets/ctxpopup.edc
+++ b/elm/widgets/ctxpopup.edc
@@ -355,7 +355,7 @@
       }
       programs {
          program { name: "clicked_event";
-            signal: "mouse,clicked,1";
+            signal: "mouse,clicked,*";
             source: "ctxpopup_bg";
             action: SIGNAL_EMIT "elm,action,click" "";
          }

-- 


Reply via email to