appinstall_plat/sifui_api/src/sifuiprivate.cpp
changeset 72 a0dc14075813
parent 67 3a625661d1ce
--- a/appinstall_plat/sifui_api/src/sifuiprivate.cpp	Thu Sep 02 20:34:03 2010 +0300
+++ b/appinstall_plat/sifui_api/src/sifuiprivate.cpp	Fri Sep 17 08:30:26 2010 +0300
@@ -364,6 +364,16 @@
     }
 
 // ---------------------------------------------------------------------------
+// CSifUiPrivate::ShowSelectOptionsL()
+// ---------------------------------------------------------------------------
+//
+void CSifUiPrivate::CancelDialogs()
+    {
+    Cancel();
+    ClearParams();
+    }
+
+// ---------------------------------------------------------------------------
 // CSifUiPrivate::DoCancel()
 // ---------------------------------------------------------------------------
 //
@@ -374,6 +384,7 @@
         {
         iDeviceDialog->Cancel();        // Closes the device dialog.
         }
+    iDialogReturnValue = KErrCancel;
 
     // Cancelled device dialog does not call DeviceDialogClosed() hence have
     // to complete the request now. CActive::Cancel() waits until the request