comparison libpurple/protocols/silc/ops.c @ 20598:285bb637a2b7

Updated hinting to be less invasive
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 16:19:34 +0000
parents 941965d6fd88
children 8c9aad9479c0
comparison
equal deleted inserted replaced
20597:591267f6f1d5 20598:285bb637a2b7
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