diff src/protocols/jabber/jabber.c @ 10240:95ca0db2d01d

[gaim-migrate @ 11377] Removing trust parameter for gaim_notify_uri (see gaim-devel over past few days). Removed URI scheme filtering for win32. Instead we'll allow what ever the default http browser allows. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 22 Nov 2004 22:13:12 +0000
parents 09876d57c520
children 5683613ea692
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Mon Nov 22 21:56:46 2004 +0000
+++ b/src/protocols/jabber/jabber.c	Mon Nov 22 22:13:12 2004 +0000
@@ -571,7 +571,7 @@
 			if((url = xmlnode_get_child(x, "url"))) {
 				char *href;
 				if((href = xmlnode_get_data(url))) {
-					gaim_notify_uri(NULL, href, TRUE);
+					gaim_notify_uri(NULL, href);
 					g_free(href);
 					js->gc->wants_to_die = TRUE;
 					jabber_connection_schedule_close(js);