* Whoops. Fix.

This commit is contained in:
Alex Mauer 2005-09-07 01:35:50 +00:00
parent c535a06e13
commit 98ac1d0dc0
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ class Chat:
del self.sent_history[jid]
del self.sent_history_pos[jid]
del self.typing_new[jid]
del orig_msg[jid]
del self.orig_msg[jid]
if len(self.xmls) == 1: # we now have only one tab
show_tabs_if_one_tab = gajim.config.get('tabs_always_visible')