Mercurial > pidgin
diff plugins/timestamp.c @ 12559:34e29487876d
[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>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 19 Dec 2005 09:17:41 +0000 |
| parents | bc45ab9756b5 |
| children | d6b513c74e1f |
line wrap: on
line diff
--- 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));
