[gaim-migrate @ 14877]

Mon, 19 Dec 2005 09:15:49 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 19 Dec 2005 09:15:49 +0000
changeset 12558
2020689b2cca
parent 12557
6c318efafe32
child 12559
3d870e9808a1

[gaim-migrate @ 14877]
Make the history plugin compile by adding FALSE as the value of the smooth parameter to gtk_imhtml_scroll_to_end().

plugins/history.c file | annotate | diff | comparison | revisions
--- 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;
 }

mercurial