application/src/PodcastSettingsView.cpp
branchsymbian1
changeset 164 000f9fc147b2
parent 65 bcd88ba95046
child 176 1c8b56cb6409
child 347 b8d687bb7ca1
--- a/application/src/PodcastSettingsView.cpp	Tue Jul 06 03:44:46 2010 +0530
+++ b/application/src/PodcastSettingsView.cpp	Wed Jul 07 14:19:21 2010 +0100
@@ -543,6 +543,7 @@
 		}
 		break;
 	case EPodcastResetDb:
+		{
 		CAknQueryDialog* dlg= new(ELeave) CAknQueryDialog();
 		
 		CleanupStack::PushL(dlg);
@@ -555,9 +556,12 @@
 			iPodcastModel.DropDB();
 			AppUi()->Exit();
 			}
+		}
 		break;
 	default:
+		{
 		AppUi()->HandleCommandL(aCommand);
+		}
 		break;
 	}
 }