N_SE-39869,N_SE-39895,N_SE-39767,N_SE-39765,N_SE-38985
authorManoj Das <m.das@samsung.com>
Wed, 29 May 2013 13:21:47 +0000 (18:51 +0530)
committerManoj Das <m.das@samsung.com>
Wed, 29 May 2013 13:21:47 +0000 (18:51 +0530)
Change-Id: I9e7e909b25d42f9db1de7f5f1554c3c6d0edda1f

src/ClEventDeleterForm.cpp
src/ClEventEditorForm.cpp
src/ClMonthPanel.cpp

index 0c0c003..c088890 100755 (executable)
@@ -292,13 +292,17 @@ EventDeleterForm::GetGroupCount(void)
        if (groupCount == 1 && __pPm->GetEventWithWholeIndex(0, 0) == null)
        {
                groupCount = 0;
+
        }
 
        if (groupCount != 0 && __topBottomItemEnabled == true)
        {
                groupCount += TOP_BOTTOM_GROUP_ITEM_COUNT;
        }
-
+       if(groupCount == 0 && __pTwoButtonPopup != NULL)
+       {
+               __pTwoButtonPopup->SetShowState(false);
+       }
        return groupCount;
 }
 
index 8773638..25748d5 100644 (file)
@@ -923,7 +923,7 @@ void
 EventEditorForm::OnActionPerformed(const Control& source, int actionId)
 {
        AppLogDebug("Enter.");
-       SetFocus();
+
        result r = E_SUCCESS;
        switch (actionId)
        {
@@ -1029,6 +1029,7 @@ EventEditorForm::OnActionPerformed(const Control& source, int actionId)
                break;
        }
        }
+       SetFocus();
 }
 
 TableViewItem*
index 8a79679..629f1fd 100644 (file)
@@ -1014,6 +1014,7 @@ MonthPanel::OnSceneActivatedN(const SceneId& previousSceneId, const SceneId& cur
                }
        }
 
+       __pListViewEvent->UpdateList();
        __pPanningAnimationManager->ResetPosition();
 
        Form* pForm = static_cast<Form*>(GetParent());