davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=ac685358bd7e229d0c3f974fb5b24b24892a0a72

commit ac685358bd7e229d0c3f974fb5b24b24892a0a72
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun May 17 14:52:18 2015 +0200

    Docs: fix a small error in Ctxpopup
---
 efl/elementary/ctxpopup.pxi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efl/elementary/ctxpopup.pxi b/efl/elementary/ctxpopup.pxi
index 8599369..51d5768 100644
--- a/efl/elementary/ctxpopup.pxi
+++ b/efl/elementary/ctxpopup.pxi
@@ -360,7 +360,7 @@ cdef class Ctxpopup(LayoutClass):
 
         Use this function to simulate clicking outside the ctxpopup to
         dismiss it. In this way, the ctxpopup will be hidden and the
-        "clicked" signal will be emitted.
+        "dismissed" signal will be emitted.
 
         """
         elm_ctxpopup_dismiss(self.obj)

-- 


Reply via email to