Fix for N_SE-47753
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 31 Jul 2013 07:36:29 +0000 (13:06 +0530)
committerGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 31 Jul 2013 07:36:29 +0000 (13:06 +0530)
Change-Id: Id8767de3117feee4a2d46e554e94d051baa64092
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClVcsSelectorForm.cpp

index d813ef0..6425510 100644 (file)
@@ -448,9 +448,12 @@ VcsSelectorForm::IsAllItemAdded(void) const
 void
 VcsSelectorForm::OnFormMenuRequested(Tizen::Ui::Controls::Form &source)
 {
+       if (!IsAllItemAdded())
+       {
+               __pOptionMenuSub->SetShowState(true);
+               __pOptionMenuSub->Show();
+       }
 
-       __pOptionMenuSub->SetShowState(true);
-       __pOptionMenuSub->Show();
 }
 
 void