comparison src/dialogs.c @ 1087:56c7ceb986a8

[gaim-migrate @ 1097] thank god, someone finally redid the proxy stuff. i think most of it works even. isn't that neat? thanks adam. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 12 Nov 2000 23:54:07 +0000
parents 2cff18c2f9c6
children d7944415b1cc
comparison
equal deleted inserted replaced
1086:ce201056e7a6 1087:56c7ceb986a8
1699 gtk_html_append_text(GTK_HTML(b->text), "</BODY>", 0); 1699 gtk_html_append_text(GTK_HTML(b->text), "</BODY>", 0);
1700 1700
1701 gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0); 1701 gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0);
1702 } 1702 }
1703 1703
1704 void g_show_info(char *url) { 1704 void g_show_info(struct aim_user *user, char *url) {
1705 char *url_text = grab_url(url); 1705 char *url_text = grab_url(user, url);
1706 if (connections) 1706 if (connections)
1707 g_show_info_text(away_subs(url_text, 1707 g_show_info_text(away_subs(url_text,
1708 ((struct gaim_connection *)connections->data)->username)); 1708 ((struct gaim_connection *)connections->data)->username));
1709 else 1709 else
1710 g_show_info_text(url_text); 1710 g_show_info_text(url_text);