diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-28 04:23:16 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-28 04:45:48 (GMT) |
commit | 9814b2225b70d6b2f758e9dbe98f8e1662049b37 (patch) | |
tree | 1665e0d086a3be0487b86af8024ea76b23d86c33 | |
parent | 71ef5269c03d6230e6ebbf6f3c0b6f8836739ec3 (diff) | |
download | Qt-9814b2225b70d6b2f758e9dbe98f8e1662049b37.zip Qt-9814b2225b70d6b2f758e9dbe98f8e1662049b37.tar.gz Qt-9814b2225b70d6b2f758e9dbe98f8e1662049b37.tar.bz2 |
Cherry pick fix for MOBILITY-1234 from Qt Mobility.
e51af0d74f8bb6ca6100d2338671d2d053bfed01
-rw-r--r-- | src/plugins/bearer/symbian/symbianengine.cpp | 2 |
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; |