diff -r c3abc7895a01 -r 5c615a85241a Cooperation/ChatWidget.py --- a/Cooperation/ChatWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/Cooperation/ChatWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -30,7 +30,7 @@ Class implementing the chat dialog. @signal connected(connected) emitted to signal a change of the connected - state (boole) + state (bool) @signal editorCommand(hash, filename, message) emitted when an editor command has been received (string, string, string) @signal shareEditor(share) emitted to signal a share is requested (bool)