efl_ui_focus_manager: safe fields from the node
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 25 Apr 2017 14:51:30 +0000 (16:51 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 25 Apr 2017 19:38:54 +0000 (21:38 +0200)
commit69877a91af3eaf71993ffeb9840705702cc2c971
tree5302d482b59c9809c3175f986b0290a07d9abfdb
parent6dd359473593e2ea33f5ebf23fcd3bf85d08df67
efl_ui_focus_manager: safe fields from the node

There could be the case that the item gets freed due to some handling in
a event handler of the event EFL_UI_FOCUS_MANAGER_EVENT_FOCUSED.
So the code now sets the node to NULL after the event is called and
saves the fields that are rfom use later.
src/lib/elementary/efl_ui_focus_manager.c