|
|
@ -109,7 +109,7 @@ MALWidgetSetup::~MALWidgetSetup()
|
|
|
|
MALConduitSettings::setProxyPort(0);
|
|
|
|
MALConduitSettings::setProxyPort(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
MALConduitSettings::setProxyUser( fConfigWidget->proxyUserName->text() );
|
|
|
|
MALConduitSettings::setProxyUser( fConfigWidget->proxyUserName->text() );
|
|
|
|
MALConduitSettings::setProxyPassword( fConfigWidget->proxyPassword->password() );
|
|
|
|
MALConduitSettings::setProxyPassword( fConfigWidget->proxyPassword->password().latin1() );
|
|
|
|
|
|
|
|
|
|
|
|
// MAL Server settings (not yet possible!!!)
|
|
|
|
// MAL Server settings (not yet possible!!!)
|
|
|
|
MALConduitSettings::setMALServer( fConfigWidget->malServerName->currentText() );
|
|
|
|
MALConduitSettings::setMALServer( fConfigWidget->malServerName->currentText() );
|
|
|
|