Ticket #2524 (closed defect: fixed)
pm event missing xhtml parameter (I guess)
| Reported by: | jim++ | Owned by: | asterix |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | chat | Version: | hg |
| Severity: | major | Keywords: | |
| Cc: | Blocked By: | ||
| OS: | Blocking: |
Description
Traceback (most recent call last):
File "/home/elghinn/prog/gajim/src/groupchat_control.py", line 1642, in on_list_treeview_row_activated
self._start_private_message(nick)
File "/home/elghinn/prog/gajim/src/groupchat_control.py", line 1627, in _start_private_message
gajim.interface.roster.new_chat(c, self.account, private_chat = True)
File "/home/elghinn/prog/gajim/src/roster_window.py", line 2496, in new_chat
chat_control.read_queue()
File "/home/elghinn/prog/gajim/src/chat_control.py", line 1679, in read_queue
encrypted = data[4], subject = data[1], xhtml = data[7])
IndexError: tuple index out of range
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
