summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungwook Tak <k.tak@samsung.com>2017-01-04 10:28:27 +0900
committerKyungwook Tak <k.tak@samsung.com>2017-01-04 10:30:17 +0900
commit1921f1f8d1ba5e7bac7aa1d1cb54244b85f0d239 (patch)
tree5b54cf2a4e119b19ae72f2a780ae064f2c9564f3
parent7df8726df528e0a1668a227046792d2fcf031cd4 (diff)
downloadcert-checker-1921f1f8d1ba5e7bac7aa1d1cb54244b85f0d239.tar.gz
cert-checker-1921f1f8d1ba5e7bac7aa1d1cb54244b85f0d239.tar.bz2
cert-checker-1921f1f8d1ba5e7bac7aa1d1cb54244b85f0d239.zip
Remove timeout time for popup service
Popup cannot be redrawn during waiting timeout time after elm exit called. Refer https://review.tizen.org/gerrit/#/c/107312/ Change-Id: I9114c452971051d74a9978556a8a102eeccd6e8c Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
-rw-r--r--src/ui/popup-bin/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/popup-bin/main.cpp b/src/ui/popup-bin/main.cpp
index 8075612..0aad7f7 100644
--- a/src/ui/popup-bin/main.cpp
+++ b/src/ui/popup-bin/main.cpp
@@ -44,7 +44,7 @@ int main(int argc, char **argv)
ElmRaii er(argc, argv);
PopupService service(POPUP_STREAM);
- service.setTimeout(10);
+ service.setTimeout(0);
service.start();
LogDebug("Finish running cert-checker popup successfully.");