Popup process fix.
authorAndrzej Surdej <a.surdej@samsung.com>
Thu, 18 Apr 2013 14:37:13 +0000 (16:37 +0200)
committerAndrzej Surdej <a.surdej@samsung.com>
Tue, 23 Apr 2013 11:56:42 +0000 (13:56 +0200)
commit74fcaf63192f8a20c008dc65d464725c65acddc1
treeb2bd5ec0617cc2a4a1c85f77409edfa54ec47ecd
parentd6c20dc63514738624a71c24e9244df257ad59c2
Popup process fix.

[Issue#] N/A
[Problem] When fork process is created but, exec() return fail,
the process crash and writes nothing to pipe. As result the caller process hangs.
[Cause] N/A
[Solution] Write data to pipe (deny and do not remember).
[SCMRequest] N/A

Change-Id: Ibd47e586790608972d45b7e80805ad15b0b4503b
src/wrt-popup/wrt/popup-bin/InfoPopup.cpp
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.cpp
src/wrt-popup/wrt/popup-bin/YesNoPopup.cpp
src/wrt-popup/wrt/popup-runner/PopupInvoker.cpp