Skip to content
Snippets Groups Projects
Commit 55ac103f authored by nicfit's avatar nicfit
Browse files

One window per type fix

parent ed7fb86b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment