Mercurial > pidgin
diff src/protocols/silc/util.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 | cb625efd1071 |
| children | 9c7ca8a8c4b8 |
line wrap: on
line diff
--- a/src/protocols/silc/util.c Mon Aug 08 01:40:41 2005 +0000 +++ b/src/protocols/silc/util.c Mon Aug 08 02:18:16 2005 +0000 @@ -329,7 +329,7 @@ buf = g_string_free(s, FALSE); - gaim_request_action(NULL, _("Public Key Information"), + gaim_request_action(sg->gc, _("Public Key Information"), _("Public Key Information"), buf, 0, context, 1, _("Close"), callback);
