imrehg / minibook

A Facebook status updater and lister in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new updates should be in the front of the list, and list should stay on them

imrehg opened this issue · comments

As of 9e7dd11 the status updates are now arriving in front of the list. The list view, however, will just stay wherever it is, and at the program start it is somewhere random in the middle.
Should correct this with either scrolling or proper implementation of ListStore sorting (even when using threads!)

needs to build test case - Mitter works perfectly fine, should check for differences...

fix: scrolling to top after pulling new status updates, Closed by 7c8c5d8