Ticket #3924 (closed defect: wontfix)
Join a chatroom with iconset balloons problem
| Reported by: | Korsaire | Owned by: | asterix |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | None | Version: | 0.11.2 |
| Severity: | minor | Keywords: | iconset balloons chat room chatroom join |
| Cc: | jssbis@… | OS: | Unix |
Description
Hello,
OS : GNU/Linux ubuntu 7.10 Gajim : 0.11.2
When I use the balloons iconset ( http://trac.gajim.org/wiki/iconsetballoons ), I can't join a chat ( ubuntu@… ). Gajim still runs but no chat window opens. When I choose a different iconset, everything is ok (gota iconset).
gajim -v when I try to open a chat window with balloons iconset : Traceback (most recent call last):
File "/usr/share/gajim/src/roster_window.py", line 722, in on_bookmark_menuitem_activate
bookmarkpassword?)
File "/usr/share/gajim/src/roster_window.py", line 705, in join_gc_room
self.new_room(room_jid, nick, account)
File "/usr/share/gajim/src/roster_window.py", line 3129, in new_room
gc_control = GroupchatControl?(mw, contact, account)
File "/usr/share/gajim/src/groupchat_control.py", line 320, in init
self.update_ui()
File "/usr/share/gajim/src/groupchat_control.py", line 432, in update_ui
ChatControlBase?.update_ui(self)
File "/usr/share/gajim/src/chat_control.py", line 105, in update_ui
self.draw_banner()
File "/usr/share/gajim/src/chat_control.py", line 98, in draw_banner
self._update_banner_state_image()
File "/usr/share/gajim/src/groupchat_control.py", line 464, in _update_banner_state_image
scaled_pix = pix.scale_simple(32, 32, gtk.gdk.INTERP_BILINEAR)
AttributeError?: 'NoneType?' object has no attribute 'scale_simple'
