mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Refactoring of TranscriptWindow.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7106 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -589,7 +589,7 @@ public class SparkTransferManager {
|
||||
chatRoom = SparkManager.getChatManager().createChatRoom(bJID, bJID, bJID);
|
||||
}
|
||||
|
||||
chatRoom.getTranscriptWindow().insertErrorMessage("The user is offline. Will auto-send \"" + file.getName() + "\" when user comes back online.");
|
||||
chatRoom.getTranscriptWindow().insertNotificationMessage("The user is offline. Will auto-send \"" + file.getName() + "\" when user comes back online.", ChatManager.ERROR_COLOR);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user