Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #80 from lpotter/master
[connectionagent] Make sure to popup conneciton dialog only when
  • Loading branch information
lpotter committed Jul 31, 2014
2 parents d2c3076 + 27ebf55 commit c72d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connd/qconnectionagent.cpp
Expand Up @@ -660,7 +660,7 @@ void QConnectionAgent::serviceAutoconnectChanged(bool on)
mobileConnected = true;
}
}
if (!mobileConnected && askRoaming() && !flightModeSuppression) {
if (!mobileConnected && service->roaming() && askRoaming() && !flightModeSuppression) {
Q_EMIT connectionRequest();
return;
}
Expand Down

0 comments on commit c72d328

Please sign in to comment.