libpurple/protocols/silc/ops.c

changeset 34329
ddbc1337332c
parent 34304
faf0414a8b51
child 34449
bbcb198650b7
child 34940
c0aef3b64c56
equal deleted inserted replaced
34328:d0b5e37899e1 34329:ddbc1337332c
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

mercurial