diff src/conversation.c @ 3705:91498932cea7

[gaim-migrate @ 3838] first message bug, and apparently a random scroll up on tab switch (sometimes) (thanks Deryni!) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 15 Oct 2002 05:34:58 +0000
parents 04a911e7dfc9
children d7e83b4db191
line wrap: on
line diff
--- a/src/conversation.c	Mon Oct 14 19:55:07 2002 +0000
+++ b/src/conversation.c	Tue Oct 15 05:34:58 2002 +0000
@@ -189,6 +189,7 @@
 	update_checkbox(c);
 	update_smilies(c);
 	plugin_event(event_new_conversation, name);
+	gtk_imhtml_to_bottom(c->text);
 	return c;
 }
 
@@ -2666,6 +2667,8 @@
 		gtk_widget_destroy(convo_menubar);
 		convo_menubar = NULL;
 	}
+
+	gtk_imhtml_to_bottom(c->text);
 }
 
 void show_typing(struct conversation *c) {