Mercurial > pidgin
comparison libpurple/protocols/silc/ops.c @ 21095:cab348e39751
disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 14 Oct 2007 00:26:00 +0000 |
parents | 8c9aad9479c0 |
children | 51cf02dbdb0e fba1f6c3df0b |
comparison
equal
deleted
inserted
replaced
21086:8c9aad9479c0 | 21095:cab348e39751 |
---|---|
1808 | 1808 |
1809 if (!internal) | 1809 if (!internal) |
1810 return; | 1810 return; |
1811 internal->u.ask_pass = completion; | 1811 internal->u.ask_pass = completion; |
1812 internal->context = context; | 1812 internal->context = context; |
1813 purple_request_input(gc, _("Passphrase"), NULL, | 1813 purple_request_input_with_hint(gc, _("Passphrase"), NULL, |
1814 _("Passphrase required"), NULL, FALSE, TRUE, NULL, | 1814 _("Passphrase required"), NULL, FALSE, TRUE, NULL, |
1815 _("OK"), G_CALLBACK(silc_ask_passphrase_cb), | 1815 _("OK"), G_CALLBACK(silc_ask_passphrase_cb), |
1816 _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb), | 1816 _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb), |
1817 purple_connection_get_account(gc), NULL, NULL, internal); | 1817 purple_connection_get_account(gc), NULL, NULL, "blist", internal); |
1818 } | 1818 } |
1819 | 1819 |
1820 | 1820 |
1821 /* Called to indicate that incoming key agreement request has been | 1821 /* Called to indicate that incoming key agreement request has been |
1822 received. If the application wants to perform key agreement it may | 1822 received. If the application wants to perform key agreement it may |