comparison src/multi.c @ 1391:d606da211acb

[gaim-migrate @ 1401] Cancel is now Quit. Also set up the ability to right-click on edit list; but haven't implemented most of the functionality. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 07 Jan 2001 19:55:08 +0000
parents 04874e92af24
children bf041349b11e
comparison
equal deleted inserted replaced
1390:a437240b9771 1391:d606da211acb
51 }; 51 };
52 52
53 struct gaim_connection *new_gaim_conn(struct aim_user *user) 53 struct gaim_connection *new_gaim_conn(struct aim_user *user)
54 { 54 {
55 struct gaim_connection *gc = g_new0(struct gaim_connection, 1); 55 struct gaim_connection *gc = g_new0(struct gaim_connection, 1);
56 gc->edittype = EDIT_GC;
56 gc->protocol = user->protocol; 57 gc->protocol = user->protocol;
57 gc->prpl = find_prpl(user->protocol); 58 gc->prpl = find_prpl(user->protocol);
58 g_snprintf(gc->username, sizeof(gc->username), "%s", user->username); 59 g_snprintf(gc->username, sizeof(gc->username), "%s", user->username);
59 g_snprintf(gc->password, sizeof(gc->password), "%s", user->password); 60 g_snprintf(gc->password, sizeof(gc->password), "%s", user->password);
60 gc->options = user->options; 61 gc->options = user->options;