Skip to content
Commit 3b33f587 authored by Michael Gratton's avatar Michael Gratton
Browse files

Fix convo viewer sometimes scrolling past the first unread message.

ConversationListBox was scrolling to the first expanded row in insertion
order, not necessarily the first in display order. This fixes that.

* src/client/conversation-viewer/conversation-list-box.vala
  (ConversationListBox::load_conversation): Compare expanded rows by sort
  order when inserting them, rather than by just taking the first one
  encountered. Delay loading it first until all have been inserted, so we
  know we are actually loading the first one first.
parent 64004ec4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment