Ticket #1398 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

AttributeError: ChatControl instance has no attribute 'type'

Reported by: nk Owned by: nicfit
Priority: high Milestone: 0.10
Component: None Version: svn
Severity: normal Keywords:
Cc: OS:

Description

gajim.py:1598: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 39
  gtk.main()
Traceback (most recent call last):
  File "/home/nk/gajim/trunk/src/message_window.py", line 466, in _on_notebook_key_press
    self.remove_tab(contact)
  File "/home/nk/gajim/trunk/src/message_window.py", line 220, in remove_tab
    ctrl.shutdown()
  File "/home/nk/gajim/trunk/src/chat_control.py", line 1164, in shutdown
    self.type)
AttributeError: ChatControl instance has no attribute 'type'
Traceback (most recent call last):
  File "/home/nk/gajim/trunk/src/message_window.py", line 124, in _on_window_destroy
    ctrl.shutdown()
  File "/home/nk/gajim/trunk/src/chat_control.py", line 1164, in shutdown
    self.type)
AttributeError: ChatControl instance has no attribute 'type'

Attachments

Change History

Changed 3 years ago by nicfit

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

Fixed in [5124]

Add/Change #1398 (AttributeError: ChatControl instance has no attribute 'type')

Author



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