Replace focus_jump by focus_cycle in disabled_set
authorTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Thu, 9 Dec 2010 13:07:39 +0000 (13:07 +0000)
committerTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Thu, 9 Dec 2010 13:07:39 +0000 (13:07 +0000)
commit994b854c97a6d3b8c6724679a0dd1d04fa3d15fc
treed9e58e0686b3ae565ffd98f0d2d3f6f4ed015126
parentb7d02c7733318816dc71142c60b511e919959949
Replace focus_jump by focus_cycle in disabled_set

elm_widget_disabled_set was calling focus_jump and it broke the focus tree.
Now, using focus_cycle to pass focus to next object.

Added test to disable focused button in test_focus.

SVN revision: 55408
src/bin/test_focus.c
src/lib/elm_widget.c