diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-28 04:23:16 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-07-29 03:38:05 (GMT) |
commit | aa2039086c3c165b8c5655d58f8673536160002d (patch) | |
tree | a72b528bde5e6f58fbbdd5c8f6f10c611a899007 | |
parent | 4f0f36b0cc28a7620d8292c9248831176ab2b640 (diff) | |
download | Qt-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)
-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; |