When using adium theme chat log's scrollback (previous N messages) and IM Log viewer messages use wrong styles (wrong classes assigned to html). Current messages use correct styles. It is something like this: <div class="history outgoing"> incoming: message </div> <div class="history incoming"> outgoing: message </div> <hr/> <!-- scrollback --> <div class="incoming"> incoming: message </div> <div class="outgoing"> outgoing: message </div> Only hotfix I can think of is modify style CSS to use .history.incoming and .history.outgoing alongside with .incoming and .outgoing selectors. Reproducible: Always Steps to Reproduce: 1. Use adium theme 2. Open IM Log viewer and\or 2. Set scrollback to non-zero value 3. Open chat, create some fresh messages for comparsion with previous (scrollback) messages Actual Results: IM Log viewer have swapped message styles. Same goes for scrollback. Expected Results: IM Log viewer and scrollback both follow recent message styles
Git commit 7e429544a6f5530365c22ca5f83b4fc4e97de658 by Alexandr Akulich, on behalf of Mariusz Glebocki. Committed on 08/09/2016 at 21:54. Pushed by akulichalexandr into branch 'master'. [lib] Fix message classes for history items Reviewed-by: Alexandr Akulich <akulichalexander@gmail.com> REVIEW: 128841 M +2 -2 lib/adium-theme-message-info.cpp http://commits.kde.org/telepathy-text-ui/7e429544a6f5530365c22ca5f83b4fc4e97de658