src/multi.c

changeset 2248
091ec337929f
parent 2204
86b6aedfc586
child 2273
b7c08d737d81
equal deleted inserted replaced
2247:1a7c17d62431 2248:091ec337929f
45 static GtkWidget *acctedit = NULL; 45 static GtkWidget *acctedit = NULL;
46 static GtkWidget *list = NULL; /* the clist of names in the accteditor */ 46 static GtkWidget *list = NULL; /* the clist of names in the accteditor */
47 static GtkWidget *newmod = NULL; /* the dialog for creating a new account */ 47 static GtkWidget *newmod = NULL; /* the dialog for creating a new account */
48 static GtkWidget *newmain = NULL; /* the notebook that holds options */ 48 static GtkWidget *newmain = NULL; /* the notebook that holds options */
49 static struct aim_user tmpusr = { "", "", "", OPT_USR_REM_PASS, DEFAULT_PROTO, 49 static struct aim_user tmpusr = { "", "", "", OPT_USR_REM_PASS, DEFAULT_PROTO,
50 { "", "", "", "", "", "", "" }, NULL, NULL, NULL, NULL, NULL, 50 { "", "", "", "", "", "", "" }, NULL, NULL, NULL, NULL, NULL, NULL,
51 NULL, NULL, OPT_USR_REM_PASS, DEFAULT_PROTO, NULL, NULL, NULL }; 51 NULL, NULL, OPT_USR_REM_PASS, DEFAULT_PROTO, NULL, NULL, NULL };
52 52
53 static void generate_prpl_options(struct aim_user *, GtkWidget *); 53 static void generate_prpl_options(struct aim_user *, GtkWidget *);
54 54
55 struct mod_usr_opt { 55 struct mod_usr_opt {

mercurial