calendarui/controller/src/calencmdlineparser.cpp
branchRCL_3
changeset 13 0f07cd1b5772
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- a/calendarui/controller/src/calencmdlineparser.cpp	Fri Mar 12 15:42:35 2010 +0200
+++ b/calendarui/controller/src/calencmdlineparser.cpp	Mon Mar 15 12:40:18 2010 +0200
@@ -407,14 +407,14 @@
         {
         res = EStartTypeUidViewer;
         }        
+    else if( des.Find(KCommandAlarmViewerNoSnooze) != KErrNotFound )
+        {
+        res = EStartTypeUidAlarmViewerNoSnooze;
+        }
     else if( des.Find(KCommandAlarmViewer) != KErrNotFound )
         {
         res = EStartTypeUidAlarmViewer;
         }
-    else if( des.Find(KCommandAlarmViewerNoSnooze) != KErrNotFound )
-        {
-        res = EStartTypeUidAlarmViewerNoSnooze;
-        }
     else if( des.Find( KCommandUid ) != KErrNotFound )
         {
         res = EStartTypeUid;