| 1831 internal->context = context; |
1831 internal->context = context; |
| 1832 purple_request_input(gc, _("Passphrase"), NULL, |
1832 purple_request_input(gc, _("Passphrase"), NULL, |
| 1833 _("Passphrase required"), NULL, FALSE, TRUE, NULL, |
1833 _("Passphrase required"), NULL, FALSE, TRUE, NULL, |
| 1834 _("OK"), G_CALLBACK(silc_ask_passphrase_cb), |
1834 _("OK"), G_CALLBACK(silc_ask_passphrase_cb), |
| 1835 _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb), |
1835 _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb), |
| 1836 purple_connection_get_account(gc), NULL, NULL, internal); |
1836 purple_request_cpar_from_connection(gc), internal); |
| 1837 } |
1837 } |
| 1838 |
1838 |
| 1839 |
1839 |
| 1840 /* Called to indicate that incoming key agreement request has been |
1840 /* Called to indicate that incoming key agreement request has been |
| 1841 received. If the application wants to perform key agreement it may |
1841 received. If the application wants to perform key agreement it may |