imrehg / minibook

A Facebook status updater and lister in Python.
MIT License
2 stars 0 forks source link

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

Closed imrehg closed 15 years ago

imrehg commented 15 years ago

As of 9e7dd112cce7d0602b1b0b13d5a5d1e15258cbb9 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!)

imrehg commented 15 years ago

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

imrehg commented 15 years ago

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