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