diff -r c58fd5f0c240 -r 594d59766373 cellular/telephonysettings/src/PsetNetwork.cpp --- a/cellular/telephonysettings/src/PsetNetwork.cpp Thu Jul 15 19:16:18 2010 +0300 +++ b/cellular/telephonysettings/src/PsetNetwork.cpp Thu Aug 19 10:28:14 2010 +0300 @@ -340,6 +340,12 @@ { iTempNetInfo.iAccess = ENetNetworkGSM; } + + /** Implementation of forbidden operator icon begins */ + // Set network status for displaying forbidden operator icon + iTempNetInfo.iStatus = static_cast( nwNames.iStatus ); + /** Implementation of forbidden operator icon ends */ + array->AppendL( iTempNetInfo ); i++; }