Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
2247:f721ae9582d5 | 2248:cef6d4e81aec |
---|---|
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 { |