From: Himanshu Date: Tue, 18 Jun 2013 04:19:25 +0000 (+0530) Subject: Fixed scene transition after press back from SettingsForm X-Git-Tag: submit/tizen_2.2/20130714.134410~50 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fosp%2FGallery.git;a=commitdiff_plain;h=df5ba5b1e055332a9372d55590ea38e030a59a0d Fixed scene transition after press back from SettingsForm Change-Id: I84101dc7a112b9bb16200cf583ba2fe58b8ffbc9 Signed-off-by: Himanshu --- 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()));