From: Sean E. <sea...@us...> - 2002-10-09 16:31:38
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv26130/src Modified Files: server.c Log Message: buf gix. Index: server.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/server.c,v retrieving revision 1.244 retrieving revision 1.245 diff -u -d -r1.244 -r1.245 --- server.c 8 Oct 2002 22:54:38 -0000 1.244 +++ server.c 9 Oct 2002 16:31:33 -0000 1.245 @@ -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; } |