Guarantees the destroy event of a livebox.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 20 May 2013 11:24:33 +0000 (20:24 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 20 May 2013 11:24:33 +0000 (20:24 +0900)
commit346fe86513bf6488abed9ae3e16acf867719f5cf
tree5d28c0934cba14262021d81993e0958289729875
parent28ee4ca72b12f30a04b9418898cff92479ad554a
Guarantees the destroy event of a livebox.

If there is only one loaded box in the slave,
The slave will be terminated when the last box is deleted.
But the box couldn't get the destroy event, if it is in updating status.

So while terminating the slave,
the process will forcely call the destroy & fainalize function.
Even if it is in updating status.

And then terminate the process.

So now the livebox can gets the destroy event correctly.

Change-Id: Ifd8544fb3be889b696c6ff87b8f60bd577b666fb
icon_src/main.c
include/lb.h
packaging/org.tizen.data-provider-slave.spec
src/critical_log.c
src/fault.c
src/lb.c
src/main.c