--- a/Network/IRC/IrcChannelEditDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Network/IRC/IrcChannelEditDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -46,6 +46,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 != "")