diff src/gtkimhtml.h @ 10797:5335eb2b8b95

[gaim-migrate @ 12440] lets change how scrolling to end works. for the most part, you shouldn't notice any changes. However, there were some cases, especially with the history plugin, where we should have scrolled to the bottom but didn't. We should now. Let me know if we don't. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 08 Apr 2005 20:47:19 +0000
parents b640d066eb51
children 08981462ebbb
line wrap: on
line diff
--- a/src/gtkimhtml.h	Fri Apr 08 19:08:37 2005 +0000
+++ b/src/gtkimhtml.h	Fri Apr 08 20:47:19 2005 +0000
@@ -75,7 +75,6 @@
 struct _GtkIMHtml {
 	GtkTextView text_view;
 	GtkTextBuffer *text_buffer;
-	GtkTextMark *scrollpoint;
 	GdkCursor *hand_cursor;
 	GdkCursor *arrow_cursor;
 	GdkCursor *text_cursor;