From addbc34bc6ab6c4e913f4a6b41ef79a42da2691b Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sat, 11 Oct 2008 19:58:22 +0000 Subject: fix tb when closing a message window --- src/message_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/message_window.py b/src/message_window.py index c42e40b88..8ed8f0d0a 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -1084,13 +1084,13 @@ May be useful some day in the future?''' elif self.mode == self.ONE_MSG_WINDOW_PERACCT: acct = msg_win.account elif self.mode == self.ONE_MSG_WINDOW_PERTYPE: - type_ = msg_win.type + type_ = msg_win.type_ pos_x_key = type_ + '-msgwin-x-position' pos_y_key = type_ + '-msgwin-y-position' size_width_key = type_ + '-msgwin-width' size_height_key = type_ + '-msgwin-height' elif self.mode == self.ONE_MSG_WINDOW_NEVER: - type_ = msg_win.type + type_ = msg_win.type_ size_width_key = type_ + '-msgwin-width' size_height_key = type_ + '-msgwin-height' elif self.mode == self.ONE_MSG_WINDOW_ALWAYS_WITH_ROSTER: -- cgit v1.2.3