| 832 _("This username is unavailable."), |
832 _("This username is unavailable."), |
| 833 _("Please try another username:"), |
833 _("Please try another username:"), |
| 834 "", FALSE, FALSE, NULL, |
834 "", FALSE, FALSE, NULL, |
| 835 _("OK"), G_CALLBACK(msim_check_username_availability_cb), |
835 _("OK"), G_CALLBACK(msim_check_username_availability_cb), |
| 836 _("Cancel"), G_CALLBACK(msim_do_not_set_username_cb), |
836 _("Cancel"), G_CALLBACK(msim_do_not_set_username_cb), |
| 837 session->account, |
837 purple_request_cpar_from_connection(session->gc), |
| 838 NULL, |
|
| 839 NULL, |
|
| 840 session->gc); |
838 session->gc); |
| 841 } |
839 } |
| 842 } |
840 } |
| 843 |
841 |
| 844 /** |
842 /** |
| 893 _("Please enter a username to check its availability:"), |
891 _("Please enter a username to check its availability:"), |
| 894 NULL, |
892 NULL, |
| 895 "", FALSE, FALSE, NULL, |
893 "", FALSE, FALSE, NULL, |
| 896 _("OK"), G_CALLBACK(msim_check_username_availability_cb), |
894 _("OK"), G_CALLBACK(msim_check_username_availability_cb), |
| 897 _("Cancel"), G_CALLBACK(msim_do_not_set_username_cb), |
895 _("Cancel"), G_CALLBACK(msim_do_not_set_username_cb), |
| 898 purple_connection_get_account(gc), |
896 purple_request_cpar_from_connection(gc), |
| 899 NULL, |
|
| 900 NULL, |
|
| 901 gc); |
897 gc); |
| 902 } |
898 } |