--- a/Preferences/ConfigurationPages/NetworkPage.py Tue Nov 06 18:10:28 2012 +0100 +++ b/Preferences/ConfigurationPages/NetworkPage.py Wed Nov 07 11:52:17 2012 +0100 @@ -185,7 +185,7 @@ """ Private slot handling the selection of a proxy type. - @param index index of the selected item (integer) + @param index index of the selected item (integer) """ proxyType = self.ftpProxyTypeCombo.itemData(index) self.ftpProxyHostEdit.setEnabled(proxyType != E5FtpProxyType.NoProxy)