Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/src/multi.c Fri Jan 05 21:14:35 2001 +0000 +++ b/src/multi.c Sun Jan 07 19:55:08 2001 +0000 @@ -53,6 +53,7 @@ struct gaim_connection *new_gaim_conn(struct aim_user *user) { struct gaim_connection *gc = g_new0(struct gaim_connection, 1); + gc->edittype = EDIT_GC; gc->protocol = user->protocol; gc->prpl = find_prpl(user->protocol); g_snprintf(gc->username, sizeof(gc->username), "%s", user->username);
