fix TB by removing an unwanted line

This commit is contained in:
Yann Leboulanger 2005-11-15 11:19:01 +00:00
parent f3eef962c6
commit 518391c2aa
1 changed files with 0 additions and 2 deletions

View File

@ -117,8 +117,6 @@ class Chat:
self.print_time_timeout_id[jid] = gobject.timeout_add(300000,
self.print_time_timeout, jid)
self.conversation_textviews[jid].update_print_time()
def print_time_timeout(self, jid):
if not jid in self.xmls.keys():
return False