|
|
|
@ -4602,7 +4602,7 @@ bool TDENetworkConnectionManager_BackendNM::saveConnection(TDENetworkConnection*
|
|
|
|
|
PRINT_ERROR((d->nmAddConnectionAsyncErrorResponse[asyncCallID].name() + ": " + d->nmAddConnectionAsyncErrorResponse[asyncCallID].message()));
|
|
|
|
|
d->nmAddConnectionAsyncErrorResponse.remove(asyncCallID);
|
|
|
|
|
}
|
|
|
|
|
if (!d->nmAddConnectionAsyncResponse[asyncCallID].data()) {
|
|
|
|
|
if (!d->nmAddConnectionAsyncResponse[asyncCallID].ascii()) {
|
|
|
|
|
PRINT_ERROR(TQString("NetworkManager did not return a new connection object!"))
|
|
|
|
|
command_failed = true;
|
|
|
|
|
}
|
|
|
|
@ -4878,7 +4878,7 @@ TDENetworkConnectionStatus::TDENetworkConnectionStatus TDENetworkConnectionManag
|
|
|
|
|
PRINT_ERROR((d->nmAddConnectionAsyncErrorResponse[asyncCallID].name() + ": " + d->nmAddConnectionAsyncErrorResponse[asyncCallID].message()));
|
|
|
|
|
d->nmAddConnectionAsyncErrorResponse.remove(asyncCallID);
|
|
|
|
|
}
|
|
|
|
|
if (!d->nmAddConnectionAsyncResponse[asyncCallID].data()) {
|
|
|
|
|
if (!d->nmAddConnectionAsyncResponse[asyncCallID].ascii()) {
|
|
|
|
|
PRINT_ERROR(TQString("NetworkManager did not return a new connection object!"))
|
|
|
|
|
}
|
|
|
|
|
if (d->nmAddConnectionAsyncResponse.contains(asyncCallID)) {
|
|
|
|
@ -4929,7 +4929,7 @@ TDENetworkConnectionStatus::TDENetworkConnectionStatus TDENetworkConnectionManag
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TQCString TDENetworkConnectionManager_BackendNM::getActiveConnectionPath(TQString uuid) {
|
|
|
|
|
TQT_DBusObjectPath TDENetworkConnectionManager_BackendNM::getActiveConnectionPath(TQString uuid) {
|
|
|
|
|
TQT_DBusObjectPath existingConnection;
|
|
|
|
|
TQT_DBusError error;
|
|
|
|
|
if (d->m_networkManagerProxy) {
|
|
|
|
|