Mercurial > pidgin.yaz
changeset 11227:8b3d1b2c2c43
[gaim-migrate @ 13365]
(17:47:13) deryni: datallah: Was there supposed to be a printf in that commit? (the answer is "no")
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 10 Aug 2005 22:24:03 +0000 |
parents | 1e65b7d442ca |
children | ea2ef55b3a05 |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Wed Aug 10 21:38:26 2005 +0000 +++ b/src/gtkconv.c Wed Aug 10 22:24:03 2005 +0000 @@ -4984,7 +4984,7 @@ line_count = gtk_text_buffer_get_line_count( gtk_text_view_get_buffer(GTK_TEXT_VIEW( gtkconv->imhtml))); -printf("writing to conv - max_scrollback_lines = %d our lines = %d\n", max_scrollback_lines, line_count); + /* If we're sitting at more than 100 lines more than the max scrollback, trim down to max scrollback */ if (max_scrollback_lines > 0