kuuko pushed a commit to branch master.

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

commit 4be0d71c70bf796de734996388feb90989ae9e2d
Author: Kai Huuhko <[email protected]>
Date:   Fri May 9 03:44:46 2014 +0300

    Elementary.layout: Fix signal callbacks
---
 efl/elementary/layout_class.pyx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/efl/elementary/layout_class.pyx b/efl/elementary/layout_class.pyx
index 7a2965f..b5fb3e9 100644
--- a/efl/elementary/layout_class.pyx
+++ b/efl/elementary/layout_class.pyx
@@ -65,6 +65,9 @@ cdef class LayoutClass(Object):
 
     """
 
+    def __cinit__(self):
+        self._elm_layout_signal_cbs = {}
+
     def content_set(self, swallow=None, evasObject content=None):
         """Set the layout content.
 
@@ -884,7 +887,7 @@ cdef class LayoutClass(Object):
         :rtype: list of objects.
 
         .. versionadded:: 1.9
-        
+
         """
         cdef:
             Eina_List *l = elm_layout_content_swallow_list_get(self.obj)

-- 


Reply via email to