Fix scrolling of Chat Box
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 19 Mar 2013 12:20:24 +0000 (13:20 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 2 May 2013 12:54:31 +0000 (14:54 +0200)
commit0290d2bc845bbd6445d22176ceb88ca5a7dc3422
tree8b705041cd013ce4e42856b7e0a4a0ec10078c67
parent7801dc7d61bc47273aa27cd65f60bc42e6f5a859
Fix scrolling of Chat Box

Seems the problem is that scroll_to_iter does not work until after some time,
needed to calculate line heights. Use scroll_to_mark instead, after clumsily
adding a text_mark.
gtk/xoptions.c