libpurple/protocols/silc/ops.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34932
1b74e5c63144
parent 34329
ddbc1337332c
child 34955
854143116575
child 36701
5acd461707ae
equal deleted inserted replaced
34939:e093c956c5e5 34940:c0aef3b64c56
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

mercurial