Application runs by forking a launchpad process in Tizen.
A forked application process inherits whole information of launchpad
including atspi application name that is specified by calling elm_app_name_set.
this patch adds a logic to have the own name for each forked applications
in atspi point of view.
Change-Id: I42c892e4c8c15a67ddc5fac0bdd435305fcababe
const char *high_priority;
#endif
+ elm_app_name_set(appid);
+
vconf_ignore_key_changed(VCONFKEY_SETAPPL_APP_HW_ACCELERATION,
__vconf_cb);
if (kb == NULL)