mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
better member list, role color, some fixes
This commit is contained in:
@@ -112,6 +112,8 @@ void ChatWindow::ProcessMessage(const MessageData *data, bool prepend) {
|
||||
container = last_row;
|
||||
} else {
|
||||
container = Gtk::manage(new ChatMessageContainer(data)); // only accesses timestamp and user
|
||||
container->SetAbaddon(m_abaddon);
|
||||
container->Update();
|
||||
m_num_rows++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user