From: rahul varna Date: Tue, 18 Jun 2013 11:55:10 +0000 (+0530) Subject: Not Resetting the values to zero after cancel in codec:N_SE-41861 X-Git-Tag: 2.2_release~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d6f7a988b309d655938d5c1f0ae7bc796184734;p=samples%2Fnative%2FMediaApp.git Not Resetting the values to zero after cancel in codec:N_SE-41861 Signed-off-by: rahul varna --- 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);