comparison src/gtkblist.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 ddf002ce58b6
children 224c9f244a3a
comparison
equal deleted inserted replaced
10208:cbdce0acbbe6 10209:9e0b98c458b1
599 gaim_gtk_syslog_show(); 599 gaim_gtk_syslog_show();
600 } 600 }
601 601
602 static void gtk_blist_show_onlinehelp_cb() 602 static void gtk_blist_show_onlinehelp_cb()
603 { 603 {
604 gaim_notify_uri(NULL, GAIM_WEBSITE "documentation.php"); 604 gaim_notify_uri(NULL, GAIM_WEBSITE "documentation.php", TRUE);
605 } 605 }
606 606
607 static void 607 static void
608 do_join_chat(GaimGtkJoinChatData *data) 608 do_join_chat(GaimGtkJoinChatData *data)
609 { 609 {