comparison src/gtkprivacy.c @ 8697:725413cc9fb9

[gaim-migrate @ 9450] WYSIWYG info editing from Jon Oberheide We need separate gc flags for conversation HTML and user info HTML, or something. It seems like there should be a better way to do that... Hint hint wink wink nudge nudge I kick your foot, under the table You kick me back, I can't say I'm able To stand for you, or fall for you Ever again I wish for, a perfect setting Wishing that I'm letting you take me Where you want me, all over again committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Apr 2004 06:22:42 +0000
parents 267050247da9
children 88ec59dec95a
comparison
equal deleted inserted replaced
8696:aebfa2b6af6b 8697:725413cc9fb9
568 if (name == NULL) { 568 if (name == NULL) {
569 gaim_request_input(account, _("Permit User"), 569 gaim_request_input(account, _("Permit User"),
570 _("Type a user you permit to contact you."), 570 _("Type a user you permit to contact you."),
571 _("Please enter the name of the user you wish to be " 571 _("Please enter the name of the user you wish to be "
572 "able to contact you."), 572 "able to contact you."),
573 NULL, FALSE, FALSE, 573 NULL, FALSE, FALSE, NULL,
574 _("Permit"), G_CALLBACK(add_permit_block_cb), 574 _("Permit"), G_CALLBACK(add_permit_block_cb),
575 _("Cancel"), G_CALLBACK(destroy_request_data), 575 _("Cancel"), G_CALLBACK(destroy_request_data),
576 data); 576 data);
577 } 577 }
578 else { 578 else {
606 606
607 if (name == NULL) { 607 if (name == NULL) {
608 gaim_request_input(account, _("Block User"), 608 gaim_request_input(account, _("Block User"),
609 _("Type a user to block."), 609 _("Type a user to block."),
610 _("Please enter the name of the user you wish to block."), 610 _("Please enter the name of the user you wish to block."),
611 NULL, FALSE, FALSE, 611 NULL, FALSE, FALSE, NULL,
612 _("Block"), G_CALLBACK(add_permit_block_cb), 612 _("Block"), G_CALLBACK(add_permit_block_cb),
613 _("Cancel"), G_CALLBACK(destroy_request_data), 613 _("Cancel"), G_CALLBACK(destroy_request_data),
614 data); 614 data);
615 } 615 }
616 else { 616 else {