connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/connectingviadiscreetpopup.cpp
branchRCL_3
changeset 8 2e6c4614c58e
parent 0 5a93021fdf25
child 12 ea6e024ea6f9
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/connectingviadiscreetpopup.cpp	Tue Feb 02 00:24:11 2010 +0200
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/connectingviadiscreetpopup.cpp	Fri Feb 19 23:12:51 2010 +0200
@@ -122,19 +122,14 @@
 // CConnectingViaDiscreetPopup::StartL
 // ---------------------------------------------------------
 //
-void CConnectingViaDiscreetPopup::StartL(TUint32 aIapId,
-        TBool aConnectionAlreadyActive)
+void CConnectingViaDiscreetPopup::StartL( TUint32 aIapId )
     {
     Cancel(); // Cancel any request, just to be sure
     iBearerType = 0;
     delete iConnectionName;
     iConnectionName = NULL;
-
-    if (!aConnectionAlreadyActive)
-        {
-        iPopupFlags = KAknDiscreetPopupDurationLong;
-        }
-
+    iPopupFlags = KAknDiscreetPopupDurationLong;
+    
     RCmConnectionMethod plugin;
     CleanupClosePushL(plugin);
     if (aIapId)