# HG changeset patch # User Daniel Atallah # Date 1123712643 0 # Node ID 8b3d1b2c2c4343ee7c9bc01641cc55c547fcbe56 # Parent 1e65b7d442cadf3d103202505bf5cbbeb8207377 [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 diff -r 1e65b7d442ca -r 8b3d1b2c2c43 src/gtkconv.c --- 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