diff -r 082b8c63d9b1 -r f8fed1f48ca3 src/protocols/silc/ops.c --- a/src/protocols/silc/ops.c Mon Aug 08 01:40:41 2005 +0000 +++ b/src/protocols/silc/ops.c Mon Aug 08 02:18:16 2005 +0000 @@ -1077,7 +1077,7 @@ buf = g_string_free(s, FALSE); #if 0 /* XXX for now, let's not show attrs here */ if (client_entry->attrs) - gaim_request_action(NULL, _("User Information"), + gaim_request_action(gc, _("User Information"), _("User Information"), buf, 1, client_entry, 2, _("OK"), G_CALLBACK(silcgaim_whois_more), @@ -1695,7 +1695,7 @@ return; internal->completion = completion; internal->context = context; - gaim_request_input(NULL, _("Passphrase"), NULL, + gaim_request_input(client->application, _("Passphrase"), NULL, _("Passphrase required"), NULL, FALSE, TRUE, NULL, _("OK"), G_CALLBACK(silc_ask_passphrase_cb), _("Cancel"), G_CALLBACK(silc_ask_passphrase_cb),