summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 04:23:16 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-07-29 03:38:05 (GMT)
commitaa2039086c3c165b8c5655d58f8673536160002d (patch)
treea72b528bde5e6f58fbbdd5c8f6f10c611a899007 /src/plugins/bearer/symbian
parent4f0f36b0cc28a7620d8292c9248831176ab2b640 (diff)
downloadQt-aa2039086c3c165b8c5655d58f8673536160002d.zip
Qt-aa2039086c3c165b8c5655d58f8673536160002d.tar.gz
Qt-aa2039086c3c165b8c5655d58f8673536160002d.tar.bz2
Cherry pick fix for MOBILITY-1234 from Qt Mobility.
e51af0d74f8bb6ca6100d2338671d2d053bfed01 (cherry picked from commit 9814b2225b70d6b2f758e9dbe98f8e1662049b37)
Diffstat (limited to 'src/plugins/bearer/symbian')
-rw-r--r--src/plugins/bearer/symbian/symbianengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/bearer/symbian/symbianengine.cpp b/src/plugins/bearer/symbian/symbianengine.cpp
index f87ea3c..4bd6d2f 100644
--- a/src/plugins/bearer/symbian/symbianengine.cpp
+++ b/src/plugins/bearer/symbian/symbianengine.cpp
@@ -1197,6 +1197,8 @@ void SymbianEngine::EventL(const CConnMonEventBase& aEvent)
QT_TRYCATCH_LEAVING(changeConfigurationStateAtMaxTo(ptr, QNetworkConfiguration::Defined));
}
}
+ // Something has in IAPs, update states to SNAPs
+ updateStatesToSnaps();
}
break;