Fix pager bug #25!
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 16 Sep 2012 13:59:01 +0000 (15:59 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 16 Sep 2012 13:59:01 +0000 (15:59 +0200)
commitd4e01812b0f83a1db257f1b7d412b3e989d8c081
tree78d09b6540582f2deb547b16758f46bd7a0a11cb
parentd18f72aa887ce1568b1acb21e3a4dc25fe8c1319
Fix pager bug #25!

Finally fixed! An extra check to see whether the pager is at the
bottom. Apparently if you click to put the cursor somewhere that's
not the end of the text buffer, then scroll up with your scroll
wheel, then _sometimes_ the pager wouldn't stop paging when you
paged down to the end again, because the GtkAdjustment's "changed"
signal didn't fire. But now that's fixed.
libchimara/pager.c