Ticket #1398 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
