[FIX] internet application crash 90/13990/5
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Thu, 19 Dec 2013 16:00:00 +0000 (20:00 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Fri, 20 Dec 2013 11:38:07 +0000 (15:38 +0400)
commit7556761d01aaede53397eeacdfdac01b4499baa0
tree154a7db642de5f366cbb8954fd0d85db8d746cc6
parent15f454cd816e589de9350df3ea996eea90d8b82c
[FIX] internet application crash

The reason is call ecore_x_init before
register_orientation_event_listener function.

It was fixed by adding ecore_x_init and ecore_x_shutdown handlers.
So call register_orientation_event_listener on ecore_x_init first call.

Change-Id: I3757147ec0cbc20dbc52d33426c9dca88e170899
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
probe_event/da_event.c
probe_event/orientation.c
probe_tizenapi/tizen_lifecycle.cpp