diff src/gtkutils.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 9aa0b6d11bbf
children 20e750dd21a0
line wrap: on
line diff
--- a/src/gtkutils.c	Mon Nov 22 21:56:46 2004 +0000
+++ b/src/gtkutils.c	Mon Nov 22 22:13:12 2004 +0000
@@ -64,7 +64,7 @@
 static gboolean
 url_clicked_idle_cb(gpointer data)
 {
-	gaim_notify_uri(NULL, data, FALSE);
+	gaim_notify_uri(NULL, data);
 	g_free(data);
 	return FALSE;
 }