diff 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
line wrap: on
line diff
--- a/src/dialogs.c	Sun Nov 12 14:14:12 2000 +0000
+++ b/src/dialogs.c	Sun Nov 12 23:54:07 2000 +0000
@@ -1701,8 +1701,8 @@
 	gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0);
 }
 
-void g_show_info(char *url) {
-	char *url_text = grab_url(url);
+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));