Fix the bug closing pd when request for updating box is comming.
authorYunchan Cho <yunchan.cho@samsung.com>
Thu, 4 Jul 2013 02:32:48 +0000 (11:32 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Thu, 4 Jul 2013 12:22:30 +0000 (21:22 +0900)
commita54ae9bda73bd885c05c22a78c18fa88384c9c46
tree1dfb795a3251dd0dba26f0143cf71ecfcafca52f
parent57061bb40c2acd370fc8d815910f374c2749a5c7
Fix the bug closing pd when request for updating box is comming.

[Issue#] N/A
[Problem] when request for updating box is comming on opening pd,
          pd is closed and box is reloaded.
[Cause] this case was not considered when request for updating box is comming.
[Solution] In this case, the request is deffered by closing pd.

Change-Id: Idbf408e81ee2541305cf326780d34495b13a03a7
src/Core/Box.cpp