From df5ba5b1e055332a9372d55590ea38e030a59a0d Mon Sep 17 00:00:00 2001 From: Himanshu Date: Tue, 18 Jun 2013 09:49:25 +0530 Subject: [PATCH] Fixed scene transition after press back from SettingsForm Change-Id: I84101dc7a112b9bb16200cf583ba2fe58b8ffbc9 Signed-off-by: Himanshu --- src/GlSettingMainForm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GlSettingMainForm.cpp b/src/GlSettingMainForm.cpp index e829eef..c25cdaf 100644 --- a/src/GlSettingMainForm.cpp +++ b/src/GlSettingMainForm.cpp @@ -42,6 +42,7 @@ using namespace Tizen::Ui::Scenes; SettingMainForm::SettingMainForm(void) : __pList(null) , __pPresentationModel(null) + , __contentUpdated(false) { AppLogDebug("ENTER"); AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult())); -- 2.7.4