Try re-initializing the chat window each time it's re-opened after being disposed.

cusax-fix
Yana Stamcheva 18 years ago
parent a69c606288
commit a6b02e6ea3

@ -692,8 +692,8 @@ private void disposeChatWindow()
}
ContactList clist
= chatWindow.getMainFrame()
.getContactListPanel().getContactList();
= mainFrame.getContactListPanel().getContactList();
ContactListModel clistModel
= (ContactListModel) clist.getModel();

Loading…
Cancel
Save