diff src/dialogs.c @ 550:6bd2bbc1b6c8

[gaim-migrate @ 560] Always show top of info committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Jul 2000 21:18:24 +0000
parents f03f041c1aa9
children 66fe9f2c26ad
line wrap: on
line diff
--- a/src/dialogs.c	Fri Jul 28 20:55:59 2000 +0000
+++ b/src/dialogs.c	Fri Jul 28 21:18:24 2000 +0000
@@ -1984,6 +1984,7 @@
 
 	gtk_html_append_text(GTK_HTML(b->text), info, 0);
 
+	gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0);
 }
 
 void g_show_info(char *url) {