Ticket #4033 (closed defect: fixed)
Tb in new private msg
| Reported by: | Dicson | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | None | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: | OS: | Unix |
Description
Don't sending private message in muc
Traceback (most recent call last):
File "/home/test/gajim/src/chat_control.py", line 574, in _on_message_textview_mykeypress_event
self.send_message(message) # send the message
File "/home/test/gajim/src/groupchat_control.py", line 153, in send_message
ChatControl?.send_message(self, message)
File "/home/test/gajim/src/chat_control.py", line 1514, in send_message
process_command = process_command):
File "/home/test/gajim/src/chat_control.py", line 630, in send_message
user_nick = self.user_nick)
File "/home/test/gajim/src/message_control.py", line 172, in send_message
session = self.session, original_message = original_message)
File "/home/test/gajim/src/common/connection.py", line 1118, in send_message
gajim.capscache[(contact.caps_hash_method,
AttributeError?: GC_Contact instance has no attribute 'caps_hash_method'
