--- a/libpurple/protocols/silc/ops.c Sun Oct 14 00:26:00 2007 +0000 +++ b/libpurple/protocols/silc/ops.c Fri Nov 16 23:30:03 2007 +0000 @@ -1810,11 +1810,11 @@ return; internal->u.ask_pass = completion; internal->context = context; - purple_request_input_with_hint(gc, _("Passphrase"), NULL, + purple_request_input(gc, _("Passphrase"), NULL, _("Passphrase required"), NULL, FALSE, TRUE, NULL, _("OK"), G_CALLBACK(silc_ask_passphrase_cb), _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb), - purple_connection_get_account(gc), NULL, NULL, "blist", internal); + purple_connection_get_account(gc), NULL, NULL, internal); }