From 55ac103ffb620b38dd46b356b53170fd4dc24481 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Thu, 12 Jan 2006 02:20:59 +0000 Subject: [PATCH] One window per type fix --- src/message_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message_window.py b/src/message_window.py index 2ab7371ff..2f3b4070a 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -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"