Like with many emaiil applications. The screen will stay at the last read after a update i.e. collecting mail. It would be good if choqok did the same. This would make it easier to see the oldest of your unread items in your timeline and scroll through to the newest rather than always having to scroll to the oldest after a timeline update then do the above. Reproducible: Didn't try
I have this problem still in Choqok 1.5. This should be fixable with an appropriate call to QListWidget::setCurrentRow(), where the row number is incremented by the number of Tweets received.
(In reply to JohnRCox@comcast.net from comment #1) > I have this problem still in Choqok 1.5. This should be fixable with an > appropriate call to QListWidget::setCurrentRow(), where the row number is > incremented by the number of Tweets received. We didn't use the QListWidget there, and that's the reason it's a harder than you think to implement this.
*** This bug has been marked as a duplicate of bug 313546 ***