comparison src/gtkblist.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 a66cf83552dc
comparison
equal deleted inserted replaced
10239:d0558652e0c4 10240:95ca0db2d01d
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", TRUE); 604 gaim_notify_uri(NULL, GAIM_WEBSITE "documentation.php");
605 } 605 }
606 606
607 static void 607 static void
608 do_join_chat(GaimGtkJoinChatData *data) 608 do_join_chat(GaimGtkJoinChatData *data)
609 { 609 {