Mercurial > pidgin
diff plugins/history.c @ 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 | bc45ab9756b5 |
| children | 87f3542b3701 |
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; }
