| 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 { |