comparison src/protocols/trepia/trepia.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 32467b63f55a
children 95ca0db2d01d
comparison
equal deleted inserted replaced
10208:cbdce0acbbe6 10209:9e0b98c458b1
457 gc = gaim_account_get_connection(buddy->account); 457 gc = gaim_account_get_connection(buddy->account);
458 profile = buddy->proto_data; 458 profile = buddy->proto_data;
459 value = trepia_profile_get_homepage(profile); 459 value = trepia_profile_get_homepage(profile);
460 460
461 if (value != NULL) 461 if (value != NULL)
462 gaim_notify_uri(gc, value); 462 gaim_notify_uri(gc, value, FALSE);
463 } 463 }
464 464
465 static GList * 465 static GList *
466 trepia_blist_node_menu(GaimBlistNode *node) 466 trepia_blist_node_menu(GaimBlistNode *node)
467 { 467 {