diff src/multi.c @ 2248:cef6d4e81aec

[gaim-migrate @ 2258] per-account? global? i don't know. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Sep 2001 11:33:08 +0000
parents 5014b802eb41
children 0b5c3338fa3d
line wrap: on
line diff
--- a/src/multi.c	Sun Sep 09 10:12:26 2001 +0000
+++ b/src/multi.c	Sun Sep 09 11:33:08 2001 +0000
@@ -47,7 +47,7 @@
 static GtkWidget *newmod = NULL;	/* the dialog for creating a new account */
 static GtkWidget *newmain = NULL;	/* the notebook that holds options */
 static struct aim_user tmpusr = { "", "", "", OPT_USR_REM_PASS, DEFAULT_PROTO,
-		{ "", "", "", "", "", "", "" }, NULL, NULL, NULL, NULL, NULL,
+		{ "", "", "", "", "", "", "" }, NULL, NULL, NULL, NULL, NULL, NULL,
 		NULL, NULL, OPT_USR_REM_PASS, DEFAULT_PROTO, NULL, NULL, NULL };
 
 static void generate_prpl_options(struct aim_user *, GtkWidget *);