Ticket #3152 (closed defect: fixed)

Opened 19 months ago

Last modified 15 months ago

traceback when typing esc on a message windows

Reported by: misc Owned by: asterix
Priority: normal Milestone: 0.11.2
Component: dialogs Version: svn
Severity: minor Keywords:
Cc: OS: All

Description

If i open a chat windows with a contact, and close it using 'esc', i see a trace back in the console :

Traceback (most recent call last):
  File "/home/misc/checkout/svn/gajim/src/message_window.py", line 537, in _on_notebook_key_press
    self.remove_tab(ctrl, self.CLOSE_ESC)
  File "/home/misc/checkout/svn/gajim/src/message_window.py", line 322, in remove_tab
    self.show_title()
  File "/home/misc/checkout/svn/gajim/src/message_window.py", line 258, in show_title
    if control.type_id == message_control.TYPE_GC:
AttributeError: 'NoneType' object has no attribute 'type_id'

However, everything work fine.

Attachments

Change History

Changed 19 months ago by asterix

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.12

(In [8131]) prevent TB when closing a window. fixes #3152

Changed 15 months ago by asterix

(In [8657]) prevent TB when closing a window. fixes #3152

Changed 15 months ago by asterix

  • os set to All
  • milestone changed from 0.12 to 0.11.2

Add/Change #3152 (traceback when typing esc on a message windows)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.