Mercurial > pidgin
changeset 3620:8856bb4b284e
[gaim-migrate @ 3734]
buf gix.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 09 Oct 2002 16:31:33 +0000 |
parents | a19850d6e718 |
children | e9f66d245253 |
files | src/server.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/server.c Wed Oct 09 06:28:55 2002 +0000 +++ b/src/server.c Wed Oct 09 16:31:33 2002 +0000 @@ -128,7 +128,6 @@ debug_printf("Prpl %s is now being used by %d accounts\n", prpl->name, prpl_accounts[prpl->protocol]); if (prpl_accounts[prpl->protocol] == 0) { /* We don't need this protocol anymore */ debug_printf("Throwing out prpl %s\n", prpl->name); - unload_protocol(prpl); g_timeout_add(0,delayed_unload, prpl->plug->handle); prpl->plug->handle = NULL; }