--- a/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -26,12 +26,14 @@ @param username username as supplied by subversion (string) @param may_save flag indicating, that subversion is willing to save the answers returned (boolean) + @param parent reference to the parent widget (QWidget) """ super(SvnLoginDialog, self).__init__(parent) self.setupUi(self) - self.realmLabel.setText(self.trUtf8("<b>Enter login data for realm {0}.</b>")\ - .format(realm)) + self.realmLabel.setText( + self.trUtf8("<b>Enter login data for realm {0}.</b>") + .format(realm)) self.usernameEdit.setText(username) self.saveCheckBox.setEnabled(may_save) if not may_save: