davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=b2d64ba741163d964d2b729484dd757766663b95
commit b2d64ba741163d964d2b729484dd757766663b95 Author: davemds <[email protected]> Date: Sun May 4 15:54:53 2014 +0200 whops, wrong property name --- efl/elementary/configuration.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl/elementary/configuration.pyx b/efl/elementary/configuration.pyx index 9de76a2..e0b40f9 100644 --- a/efl/elementary/configuration.pyx +++ b/efl/elementary/configuration.pyx @@ -879,7 +879,7 @@ cdef class Configuration(object): def __set__(self, policy): elm_config_focus_move_policy_set(policy) - property focus_on_selection: + property item_focus_on_selection: """Elementary item focus on selection. :type: bool --
