comparison src/multi.c @ 2438:5cbe86a444d9

[gaim-migrate @ 2451] more updates to core. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 00:10:29 +0000
parents 5948060f486c
children 895e2469cb3a
comparison
equal deleted inserted replaced
2437:aa63f3ceea03 2438:5cbe86a444d9
64 gc->edittype = EDIT_GC; 64 gc->edittype = EDIT_GC;
65 gc->protocol = user->protocol; 65 gc->protocol = user->protocol;
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;
70 gc->keepalive = 0; 69 gc->keepalive = 0;
71 gc->inpa = 0; 70 gc->inpa = 0;
72 gc->buddy_chats = NULL; 71 gc->buddy_chats = NULL;
73 gc->groups = NULL; 72 gc->groups = NULL;
74 gc->permit = NULL; 73 gc->permit = NULL;