Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 549:39853e359a06 | 550:6bd2bbc1b6c8 |
|---|---|
| 1982 aol_icon(b->window->window); | 1982 aol_icon(b->window->window); |
| 1983 gtk_widget_show_all(b->window); | 1983 gtk_widget_show_all(b->window); |
| 1984 | 1984 |
| 1985 gtk_html_append_text(GTK_HTML(b->text), info, 0); | 1985 gtk_html_append_text(GTK_HTML(b->text), info, 0); |
| 1986 | 1986 |
| 1987 gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0); | |
| 1987 } | 1988 } |
| 1988 | 1989 |
| 1989 void g_show_info(char *url) { | 1990 void g_show_info(char *url) { |
| 1990 char *url_text = grab_url(url); | 1991 char *url_text = grab_url(url); |
| 1991 g_show_info_text(url_text); | 1992 g_show_info_text(url_text); |
