Mercurial > pidgin
changeset 14221:d6d3dbe85a4c
[gaim-migrate @ 16902]
No blank line at the end.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 20 Aug 2006 16:25:36 +0000 |
parents | 1d793e808e5b |
children | 8c13a650cef5 |
files | console/libgnt/gnttextview.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/libgnt/gnttextview.c Sun Aug 20 16:20:45 2006 +0000 +++ b/console/libgnt/gnttextview.c Sun Aug 20 16:25:36 2006 +0000 @@ -35,7 +35,7 @@ GList *iter; GntTextLine *line = lines->data; - wmove(widget->window, widget->priv.height - 1 - i, 0); + wmove(widget->window, widget->priv.height - i, 0); for (iter = line->segments; iter; iter = iter->next) {