# HG changeset patch # User Richard Laager # Date 1134983749 0 # Node ID 5fcb5676e1dc2530f036707c3ef8c220d07889ae # Parent adf79d8ceb2d757c0e76e0810b1a9440d1df2ec9 [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 diff -r adf79d8ceb2d -r 5fcb5676e1dc plugins/history.c --- 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; }