Added an assert to track down the FIXME

This commit is contained in:
Travis Shirk 2005-09-21 03:23:01 +00:00
parent 238cc2171c
commit 4a7888d9d3
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ class Chat:
if self.widget_name == 'tabbed_chat_window':
c = gajim.get_first_contact_instance_from_jid(self.account, jid)
if c is None: # FIXME: I don't know why but c can be None!
# FIXME: let's find out
assert(False)
add = ''
else:
add = c.name