internetradio2.0/networkcontrollersrc/irnetworkcontroller.cpp
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 5 0930554dc389
--- a/internetradio2.0/networkcontrollersrc/irnetworkcontroller.cpp	Mon May 03 12:25:23 2010 +0300
+++ b/internetradio2.0/networkcontrollersrc/irnetworkcontroller.cpp	Fri May 14 15:43:29 2010 +0300
@@ -27,6 +27,7 @@
 #include <httpstringconstants.h>
 #include <StringLoader.h>
 #include <data_caging_path_literals.hrh>
+#include <extendedconnpref.h>
 
 #include "irdebug.h"
 #include "irfilteredapreader.h"
@@ -337,7 +338,13 @@
         {
             if (iDefaultConnection)
             {
-                iIRNetworkConnection->Start(iStatus);
+                TConnPrefList prefList;
+                TExtendedConnPref extPrefs;
+
+                extPrefs.SetSnapPurpose(CMManager::ESnapPurposeInternet);
+                extPrefs.SetNoteBehaviour(TExtendedConnPref::ENoteBehaviourConnDisableNotes);
+                prefList.AppendL(&extPrefs);
+                iIRNetworkConnection->Start(prefList, iStatus);
             }
             else
             {