Revert "Elm_Main, Elc_Naviframe: Access frame is not shown on title in first page... 36/121536/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 9 Mar 2017 08:59:00 +0000 (17:59 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 28 Mar 2017 10:57:47 +0000 (03:57 -0700)
commitb9e1490e4faf6e2721b3bee337205d5d2d628718
tree97bf0ccb661a9fa14bd921102170a2719bd7148b
parentc2ac5d9f8e0a9845efd477ca31e46d27a7352296
Revert "Elm_Main, Elc_Naviframe: Access frame is not shown on title in first page issue fix."

This reverts commit c0dfb92230d85898c106f53a8276380997e3bfc7.

Because dbus connection which is created for atspi has improper SMACK label, the _elm_atspi_bridge_init should move to elm_run.
The launchpad prepares elm_win/bg/conformant, so elm_init is called on the launchpad side, but the SMACK label is not proper at this point.
It seems that the elm_run is proper place, because elm_run is called after the SMACK label is changed.

Change-Id: I5e52564c4fcafe97646dedba0e031333ff2fb88c
src/lib/elm_main.c