From 7d6f7a988b309d655938d5c1f0ae7bc796184734 Mon Sep 17 00:00:00 2001 From: rahul varna Date: Tue, 18 Jun 2013 17:25:10 +0530 Subject: [PATCH] Not Resetting the values to zero after cancel in codec:N_SE-41861 Signed-off-by: rahul varna --- project/src/Codec/VideoDecoderForm.cpp | 1 - project/src/Codec/VideoEncoderForm.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/project/src/Codec/VideoDecoderForm.cpp b/project/src/Codec/VideoDecoderForm.cpp index 3cab45a..0c25f32 100644 --- a/project/src/Codec/VideoDecoderForm.cpp +++ b/project/src/Codec/VideoDecoderForm.cpp @@ -1089,7 +1089,6 @@ VideoDecoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect Draw(); } - EditFileName(0, 0, 0, 0, 0); String r(L"Cancelled"); EditResultValue(r); diff --git a/project/src/Codec/VideoEncoderForm.cpp b/project/src/Codec/VideoEncoderForm.cpp index 8b3ed49..793d991 100644 --- a/project/src/Codec/VideoEncoderForm.cpp +++ b/project/src/Codec/VideoEncoderForm.cpp @@ -1371,7 +1371,6 @@ VideoEncoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect Draw(); } - EditFileName(0, 0, 0, 0, 0); String r(L"Cancelled"); EditResultValue(r); @@ -1508,7 +1507,6 @@ VideoEncoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect Draw(); } - EditFileName(0, 0, 0, 0, 0); String r(L"Cancelled"); EditResultValue(r); -- 2.7.4