| 758 purple_request_field_set_required(field, TRUE); |
758 purple_request_field_set_required(field, TRUE); |
| 759 purple_request_field_group_add_field(group, field); |
759 purple_request_field_group_add_field(group, field); |
| 760 |
760 |
| 761 purple_request_fields(purple_get_blist(), _("New Instant Message"), |
761 purple_request_fields(purple_get_blist(), _("New Instant Message"), |
| 762 NULL, |
762 NULL, |
| 763 _("Please enter the screen name or alias of the person " |
763 _("Please enter the username or alias of the person " |
| 764 "you would like to IM."), |
764 "you would like to IM."), |
| 765 fields, |
765 fields, |
| 766 _("OK"), G_CALLBACK(pidgin_dialogs_im_cb), |
766 _("OK"), G_CALLBACK(pidgin_dialogs_im_cb), |
| 767 _("Cancel"), NULL, |
767 _("Cancel"), NULL, |
| 768 NULL, NULL, NULL, |
768 NULL, NULL, NULL, |
| 897 purple_request_field_set_required(field, TRUE); |
897 purple_request_field_set_required(field, TRUE); |
| 898 purple_request_field_group_add_field(group, field); |
898 purple_request_field_group_add_field(group, field); |
| 899 |
899 |
| 900 purple_request_fields(purple_get_blist(), _("Get User Info"), |
900 purple_request_fields(purple_get_blist(), _("Get User Info"), |
| 901 NULL, |
901 NULL, |
| 902 _("Please enter the screen name or alias of the person " |
902 _("Please enter the username or alias of the person " |
| 903 "whose info you would like to view."), |
903 "whose info you would like to view."), |
| 904 fields, |
904 fields, |
| 905 _("OK"), G_CALLBACK(pidgin_dialogs_info_cb), |
905 _("OK"), G_CALLBACK(pidgin_dialogs_info_cb), |
| 906 _("Cancel"), NULL, |
906 _("Cancel"), NULL, |
| 907 NULL, NULL, NULL, |
907 NULL, NULL, NULL, |
| 989 purple_request_field_set_required(field, TRUE); |
989 purple_request_field_set_required(field, TRUE); |
| 990 purple_request_field_group_add_field(group, field); |
990 purple_request_field_group_add_field(group, field); |
| 991 |
991 |
| 992 purple_request_fields(purple_get_blist(), _("View User Log"), |
992 purple_request_fields(purple_get_blist(), _("View User Log"), |
| 993 NULL, |
993 NULL, |
| 994 _("Please enter the screen name or alias of the person " |
994 _("Please enter the username or alias of the person " |
| 995 "whose log you would like to view."), |
995 "whose log you would like to view."), |
| 996 fields, |
996 fields, |
| 997 _("OK"), G_CALLBACK(pidgin_dialogs_log_cb), |
997 _("OK"), G_CALLBACK(pidgin_dialogs_log_cb), |
| 998 _("Cancel"), NULL, |
998 _("Cancel"), NULL, |
| 999 NULL, NULL, NULL, |
999 NULL, NULL, NULL, |