This commit is contained in:
Travis Shirk 2006-01-11 03:48:28 +00:00
parent 260f90811e
commit a6e633d7d5
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ class MessageWindowMgr:
key = acct key = acct
elif self.mode == self.CONFIG_PERTYPE: elif self.mode == self.CONFIG_PERTYPE:
key = type key = type
return key
def create_window(self, contact, acct, type): def create_window(self, contact, acct, type):
key = None key = None