--- a/Network/IRC/IrcChannelEditDialog.py Sun Sep 29 12:04:35 2013 +0200 +++ b/Network/IRC/IrcChannelEditDialog.py Sun Sep 29 14:12:38 2013 +0200 @@ -44,6 +44,8 @@ def on_nameEdit_textChanged(self, txt): """ Private slot to handle changes of the given name. + + @param txt text of the edit (string) """ self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(txt != "")