Change the enumerator about the form style
authorso.yu <so.yu@samsung.com>
Wed, 26 Jun 2013 08:28:52 +0000 (17:28 +0900)
committerso.yu <so.yu@samsung.com>
Wed, 26 Jun 2013 08:29:01 +0000 (17:29 +0900)
Change-Id: Icd995bb3bf7a6c267159e4f79ee05c19ecd237ab
Signed-off-by: so.yu <so.yu@samsung.com>
src/CertificateSelectorForm.cpp

index 2608289..fbb2a37 100644 (file)
@@ -120,7 +120,7 @@ CertificateSelectorForm::Initialize(RequestId reqId)
 {
        result r = E_SUCCESS;
 
-       r = Construct(FORM_STYLE_INDICATOR | FORM_STYLE_HEADER);
+       r = Construct(FORM_STYLE_PORTRAIT_INDICATOR | FORM_STYLE_HEADER);
        TryReturnResult(!IsFailed(r), E_SYSTEM, E_SYSTEM, "[%s] Failed to construct CertificateSelectorForm.", GetErrorMessage(E_SYSTEM));
 
        __reqId = reqId;