comparison src/multi.c @ 2382:569ae9f2bb89

[gaim-migrate @ 2395] big reorg of code. list.c contains 0 gtk. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Sep 2001 07:46:36 +0000
parents 6f83c22d9e70
children 78fab38249a2
comparison
equal deleted inserted replaced
2381:427ccd7dfdd2 2382:569ae9f2bb89
66 gc->prpl = find_prpl(user->protocol); 66 gc->prpl = find_prpl(user->protocol);
67 g_snprintf(gc->username, sizeof(gc->username), "%s", user->username); 67 g_snprintf(gc->username, sizeof(gc->username), "%s", user->username);
68 g_snprintf(gc->password, sizeof(gc->password), "%s", user->password); 68 g_snprintf(gc->password, sizeof(gc->password), "%s", user->password);
69 gc->options = user->options; 69 gc->options = user->options;
70 gc->keepalive = 0; 70 gc->keepalive = 0;
71 gc->inpa = -1; 71 gc->inpa = 0;
72 gc->buddy_chats = NULL; 72 gc->buddy_chats = NULL;
73 gc->groups = NULL; 73 gc->groups = NULL;
74 gc->permit = NULL; 74 gc->permit = NULL;
75 gc->deny = NULL; 75 gc->deny = NULL;
76 76
1097 { 1097 {
1098 /* core stuff */ 1098 /* core stuff */
1099 debug_printf("date: %s\n", full_date()); 1099 debug_printf("date: %s\n", full_date());
1100 plugin_event(event_signoff, gc, 0, 0, 0); 1100 plugin_event(event_signoff, gc, 0, 0, 0);
1101 system_log(log_signoff, gc, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); 1101 system_log(log_signoff, gc, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON);
1102 update_keepalive(gc, FALSE);
1103 1102
1104 /* UI stuff */ 1103 /* UI stuff */
1105 convo_menu_remove(gc); 1104 convo_menu_remove(gc);
1106 remove_icon_data(gc); 1105 remove_icon_data(gc);
1107 serv_close(gc); 1106 serv_close(gc);