davemds pushed a commit to branch master.

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

commit 953f468229616c1954842ef790e4621f4c34ee28
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Oct 14 22:54:50 2016 +0200

    Edje_External: fix a wrong var name
    
    spotted by (now readable) warnings
---
 efl/edje/efl.edje_external.pxi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efl/edje/efl.edje_external.pxi b/efl/edje/efl.edje_external.pxi
index 476da59..ee0ac25 100644
--- a/efl/edje/efl.edje_external.pxi
+++ b/efl/edje/efl.edje_external.pxi
@@ -292,7 +292,7 @@ cdef class ExternalParamInfoChoice(ExternalParamInfo):
 
     property translated_choices:
         def __get__(self):
-            cdef const char *t
+            cdef const char *trans
             if self._external_type_obj == NULL or \
                self._external_type_obj.translate == NULL:
                 return self.choices

-- 


Reply via email to