One window per type fix

This commit is contained in:
Travis Shirk 2006-01-12 02:20:59 +00:00
parent ed7fb86bbf
commit 55ac103ffb
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ class MessageWindowMgr:
elif self.mode == self.CONFIG_PERACCT:
acct = msg_win.account
elif self.mode == self.CONFIG_PERTYPE:
type = msg_win.type_id
type = msg_win.type
pos_x_key = type + "-msgwin-x-position"
pos_y_key = type + "-msgwin-y-position"
size_width_key = type + "-msgwin-width"