Edje_External: fix a wrong var name

spotted by (now readable) warnings
This commit is contained in:
Davide Andreoli 2016-10-14 22:54:50 +02:00
parent f872e7b8c6
commit 953f468229
1 changed files with 1 additions and 1 deletions

View File

@ -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