Mercurial > pidgin
diff src/protocols/silc/pk.c @ 11201:07dc8c6a359f
[gaim-migrate @ 13329]
This hopefully fixes a lot of potential crashes in the SILC PRPL.
Possible things to do:
-Backport these changes to oldstatus
-Ask the SILC guy to make sure all of these make sense. It's
likely there are better things that could be used as handles
-Check for other places in Gaim that don't give handles when
they should
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 08 Aug 2005 02:18:16 +0000 |
| parents | 0f7452b1f777 |
| children | e4e47871c373 |
line wrap: on
line diff
--- a/src/protocols/silc/pk.c Mon Aug 08 01:40:41 2005 +0000 +++ b/src/protocols/silc/pk.c Mon Aug 08 02:18:16 2005 +0000 @@ -112,7 +112,7 @@ _("Fingerprint and babbleprint for the %s key are:\n\n" "%s\n%s\n"), entity, fingerprint, babbleprint); - gaim_request_action(NULL, _("Verify Public Key"), tmp, tmp2, + gaim_request_action(verify->client->application, _("Verify Public Key"), tmp, tmp2, GAIM_DEFAULT_ACTION_NONE, verify, 3, _("Yes"), G_CALLBACK(silcgaim_verify_cb), _("No"), G_CALLBACK(silcgaim_verify_cb),
