# HG changeset patch # User Richard Laager # Date 1134993257 0 # Node ID d6b513c74e1f59f6f19a01c9166dd88fef04f9a2 # Parent 34e29487876d2dc86f03ef0b97c8425d397402f0 [gaim-migrate @ 14879] I suppose this plugin should honor the smooth scrolling preference. committer: Tailor Script diff -r 34e29487876d -r d6b513c74e1f plugins/timestamp.c --- a/plugins/timestamp.c Mon Dec 19 09:17:41 2005 +0000 +++ b/plugins/timestamp.c Mon Dec 19 11:54:17 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), TRUE); + gtk_imhtml_scroll_to_end(GTK_IMHTML(imhtml), gaim_prefs_get_bool("/gaim/gtk/conversations/use_smooth_scrolling")); } else gaim_conversation_set_data(c, "timestamp-enabled", GINT_TO_POINTER(FALSE));