Mercurial > pidgin
comparison src/multi.c @ 2317:ab8ca5d75dcd
[gaim-migrate @ 2327]
hi
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 20 Sep 2001 04:50:50 +0000 |
| parents | 64b4c69c1c5e |
| children | 94314b9dbda4 |
comparison
equal
deleted
inserted
replaced
| 2316:ebb5ecb2cd5b | 2317:ab8ca5d75dcd |
|---|---|
| 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, NULL, | 50 { "", "", "", "", "", "", "" }, "", 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 { |
