Skip to content
Snippets Groups Projects
Commit e981cd56 authored by nkour's avatar nkour
Browse files

prevent a tb

parent b854555e
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,8 @@ class TabbedChatWindow(chat.Chat):
if not real_jid: # this can happend if we're in a moderate room
return
avatar_pixbuf = gtkgui_helpers.get_avatar_pixbuf_from_cache(real_jid)
if avatar_pixbuf in ('ask', None):
return
avatar_w = avatar_pixbuf.get_width()
avatar_h = avatar_pixbuf.get_height()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment