UI/EmailDialog.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3012
d177226027e2
--- a/UI/EmailDialog.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/UI/EmailDialog.py	Sun Sep 29 18:22:08 2013 +0200
@@ -384,8 +384,6 @@
     def on_message_textChanged(self):
         """
         Private slot to handle the textChanged signal of the message edit.
-        
-        @param txt changed text (string)
         """
         self.sendButton.setEnabled(
             self.subject.text() != "" and \

eric ide

mercurial