# HG changeset patch
# User Richard Laager <rlaager@wiktel.com>
# Date 1134983861 0
# Node ID 34e29487876d2dc86f03ef0b97c8425d397402f0
# Parent  5fcb5676e1dc2530f036707c3ef8c220d07889ae
[gaim-migrate @ 14878]
Make the timestamp plugin compile by adding TRUE as the value of the smooth parameter to gtk_imhtml_scroll_to_end().

committer: Tailor Script <tailor@pidgin.im>

diff -r 5fcb5676e1dc -r 34e29487876d plugins/timestamp.c
--- a/plugins/timestamp.c	Mon Dec 19 09:15:49 2005 +0000
+++ b/plugins/timestamp.c	Mon Dec 19 09:17:41 2005 +0000
@@ -72,7 +72,7 @@
 		}
 		gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, mdate, strlen(mdate), "TIMESTAMP", NULL);
 		if (scroll)
-			gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml));
+			gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml), TRUE);
 	}
 	else
 		gaim_conversation_set_data(c, "timestamp-enabled", GINT_TO_POINTER(FALSE));