comparison libpurple/protocols/silc/ops.c @ 21560:665e04562de0

This merge has the effect of reverting the hinting code from trunk.
author Richard Laager <rlaager@wiktel.com>
date Sat, 17 Nov 2007 00:12:30 +0000
parents 6de09629f091 fcb848b2d669
children bb7b11ca28ca
comparison
equal deleted inserted replaced
21544:9b4d1af17ced 21560:665e04562de0
1812 1812
1813 if (!internal) 1813 if (!internal)
1814 return; 1814 return;
1815 internal->u.ask_pass = completion; 1815 internal->u.ask_pass = completion;
1816 internal->context = context; 1816 internal->context = context;
1817 purple_request_input_with_hint(gc, _("Passphrase"), NULL, 1817 purple_request_input(gc, _("Passphrase"), NULL,
1818 _("Passphrase required"), NULL, FALSE, TRUE, NULL, 1818 _("Passphrase required"), NULL, FALSE, TRUE, NULL,
1819 _("OK"), G_CALLBACK(silc_ask_passphrase_cb), 1819 _("OK"), G_CALLBACK(silc_ask_passphrase_cb),
1820 _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb), 1820 _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb),
1821 purple_connection_get_account(gc), NULL, NULL, PURPLE_REQUEST_UI_HINT_BLIST, internal); 1821 purple_connection_get_account(gc), NULL, NULL, internal);
1822 } 1822 }
1823 1823
1824 1824
1825 /* Called to indicate that incoming key agreement request has been 1825 /* Called to indicate that incoming key agreement request has been
1826 received. If the application wants to perform key agreement it may 1826 received. If the application wants to perform key agreement it may