Revision b2b5c245
| b/ChangeLog | ||
|---|---|---|
| 47 | 47 |
* history: #2517 fixed: statuses were always stored as Offline (Vogel) |
| 48 | 48 |
* chat styles: #2518 fixed: text in system messages was overflowing time (Vogel) |
| 49 | 49 |
* history: #2527 fixed: correctly sort messages in history (ultr) |
| 50 |
* gui: #2534 fixed: first incoming message was being displayed twice when "Open chat window on new message" option was enabled (beevvy) |
|
| 50 | 51 |
|
| 51 | 52 |
+++ version 0.11.1 |
| 52 | 53 |
* gui: #2464 fixed: Clear Chat button was not properly activated after reading messages from history (Vogel) |
| b/kadu-core/gui/widgets/chat-widget-manager.cpp | ||
|---|---|---|
| 311 | 311 |
return; |
| 312 | 312 |
} |
| 313 | 313 |
|
| 314 |
ChatWidget *newChatWidget = byChat(chat, true);
|
|
| 315 |
if (newChatWidget)
|
|
| 316 |
newChatWidget->appendMessage(message);
|
|
| 314 |
// createChatWidget() method takes care of appending unread messages
|
|
| 315 |
// to the chat view, so no need to do that here.
|
|
| 316 |
byChat(chat, true);
|
|
| 317 | 317 |
} |
| 318 | 318 |
|
| 319 | 319 |
void ChatWidgetManager::messageSent(const Message &message) |
Also available in: Unified diff