comparison src/protocols/gg/gg.c @ 2518:e7478176e760

[gaim-migrate @ 2531] don't delete buddy list committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 16 Oct 2001 23:24:35 +0000
parents 227cc42ffa6e
children 8229710b343b
comparison
equal deleted inserted replaced
2517:9cee43e4903d 2518:e7478176e760
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 2514 2001-10-14 11:36:36Z warmenhoven $ 3 * $Id: gg.c 2531 2001-10-16 23:24:35Z warmenhoven $
4 * 4 *
5 * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
521 521
522 /* Our signon is complete */ 522 /* Our signon is complete */
523 account_online(gc); 523 account_online(gc);
524 serv_finish_login(gc); 524 serv_finish_login(gc);
525 525
526 do_import(gc, NULL); 526 if (bud_list_cache_exists(gc))
527 do_import(gc, NULL);
527 break; 528 break;
528 case GG_EVENT_CONN_FAILED: 529 case GG_EVENT_CONN_FAILED:
529 gaim_input_remove(gc->inpa); 530 gaim_input_remove(gc->inpa);
530 gc->inpa = 0; 531 gc->inpa = 0;
531 handle_errcode(e->event.failure, TRUE); 532 handle_errcode(e->event.failure, TRUE);