diff src/gtkutils.c @ 10209:9e0b98c458b1

[gaim-migrate @ 11331] gaim_notify_uri now needs trusted parameter to indicate whether the source of the uri is trusted. This helps us avoid the security risks involved in blindly executing untrusted local file URIs in windows. This fixes the MSN open mail bug on windows. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 19 Nov 2004 20:18:14 +0000
parents 025e119f95f9
children 9aa0b6d11bbf
line wrap: on
line diff
--- a/src/gtkutils.c	Fri Nov 19 16:42:07 2004 +0000
+++ b/src/gtkutils.c	Fri Nov 19 20:18:14 2004 +0000
@@ -61,7 +61,7 @@
 static gboolean
 url_clicked_idle_cb(gpointer data)
 {
-	gaim_notify_uri(NULL, data);
+	gaim_notify_uri(NULL, data, FALSE);
 	g_free(data);
 	return FALSE;
 }