Mercurial > pidgin.yaz
diff src/dialogs.c @ 1840:00aef397a1fe
[gaim-migrate @ 1850]
reworked some of the proxy stuff so that it's non-blocking now. next thing to do is to get IRC, MSN, Napster, and Jabber to use the new proxy_connect code. After that, Oscar and Yahoo (maybe Zephyr too? not likely)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 12 May 2001 01:38:04 +0000 |
| parents | b367beee6448 |
| children | 93f0629d4099 |
line wrap: on
line diff
--- a/src/dialogs.c Fri May 11 21:54:27 2001 +0000 +++ b/src/dialogs.c Sat May 12 01:38:04 2001 +0000 @@ -1784,16 +1784,6 @@ gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0); } -void g_show_info(struct aim_user *user, char *url) { - char *url_text = grab_url(user, url); - if (connections) - g_show_info_text(away_subs(url_text, - ((struct gaim_connection *)connections->data)->username)); - else - g_show_info_text(url_text); - g_free(url_text); -} - /*------------------------------------------------------------------------*/ /* The dialog for adding to permit/deny */ /*------------------------------------------------------------------------*/
