Fixes removing chat rooms from the go to chat room window.

cusax-fix
Damian Minkov 13 years ago
parent 4610fef1ed
commit 77fecfeb4e

@ -262,14 +262,11 @@ public void removeChatRoom(ChatRoomWrapper chatRoomWrapper)
{
chatRoomProvider.removeChatRoom(chatRoomWrapper);
if (chatRoomWrapper.isPersistent())
{
ConfigurationUtils.saveChatRoom(
chatRoomProvider.getProtocolProvider(),
chatRoomWrapper.getChatRoomID(),
null, // The new identifier.
null); // The name of the chat room.
}
ConfigurationUtils.saveChatRoom(
chatRoomProvider.getProtocolProvider(),
chatRoomWrapper.getChatRoomID(),
null, // The new identifier.
null); // The name of the chat room.
}
}

Loading…
Cancel
Save