changeset 12558:5fcb5676e1dc

[gaim-migrate @ 14877] Make the history plugin compile by adding FALSE as the value of the smooth parameter to gtk_imhtml_scroll_to_end(). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Dec 2005 09:15:49 +0000
parents adf79d8ceb2d
children 34e29487876d
files plugins/history.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/history.c	Mon Dec 19 09:15:07 2005 +0000
+++ b/plugins/history.c	Mon Dec 19 09:15:49 2005 +0000
@@ -24,7 +24,7 @@
 static gboolean _scroll_imhtml_to_end(gpointer data)
 {
 	GtkIMHtml *imhtml = data;
-	gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml));
+	gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml), FALSE);
 	g_object_unref(G_OBJECT(imhtml));
 	return FALSE;
 }