summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-07-30 01:19:08 (GMT)
committerLorn Potter <lorn.potter@nokia.com>2010-07-30 01:19:08 (GMT)
commit166b2bf0089b085bf225ffdfb4d2456ee2888ade (patch)
treef9cc26c5a1714e2d33a005db00484eb5c3b59310 /src
parent96dc38a1a971b2bb9d62d440943a3d0b2e44fb0c (diff)
downloadQt-166b2bf0089b085bf225ffdfb4d2456ee2888ade.zip
Qt-166b2bf0089b085bf225ffdfb4d2456ee2888ade.tar.gz
Qt-166b2bf0089b085bf225ffdfb4d2456ee2888ade.tar.bz2
fix crash
Diffstat (limited to 'src')
-rw-r--r--src/plugins/bearer/connman/qconnmanengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/connman/qconnmanengine.cpp b/src/plugins/bearer/connman/qconnmanengine.cpp
index 6078db9..ddad7d4 100644
--- a/src/plugins/bearer/connman/qconnmanengine.cpp
+++ b/src/plugins/bearer/connman/qconnmanengine.cpp
@@ -696,7 +696,7 @@ void QConnmanEngine::addNetworkConfiguration(const QString &networkPath)
bearerName = typeToBearer(serv->getType());
}
- if(bearerName == "Cellular") {
+ if(bearerName == "2G") {
QString mode = serv->getMode();
if(mode == "gprs" || mode == "edge") {
bearerName = "2G";