trailing spaces removed

cusax-fix
Yana Stamcheva 19 years ago
parent b2c48cc116
commit b45f988e16

@ -261,7 +261,7 @@ public void removeChat(ChatPanel chatPanel)
}
}
/**
* Removes all tabs in the chat tabbed pane. If not in mode
* TABBED_CHAT_WINDOW doesn nothing.

@ -321,11 +321,11 @@ public void loadChatRoom(ChatRoom chatRoom)
.addContact(chatContact);
}
chatRoom.addPropertyChangeListener(this);
chatRoom.addPropertyChangeListener(this);
chatRoom.addMemberPresenceListener(this);
// Load the subject of the chat room.
subjectPanel.setSubject(chatRoom.getSubject());
subjectPanel.setSubject(chatRoom.getSubject());
}
/**

Loading…
Cancel
Save