| 44 #include "pixmaps/aol_icon.xpm" |
44 #include "pixmaps/aol_icon.xpm" |
| 45 #include "pixmaps/away_icon.xpm" |
45 #include "pixmaps/away_icon.xpm" |
| 46 #include "pixmaps/dt_icon.xpm" |
46 #include "pixmaps/dt_icon.xpm" |
| 47 #include "pixmaps/free_icon.xpm" |
47 #include "pixmaps/free_icon.xpm" |
| 48 |
48 |
| 49 #define REVISION "gaim:$Revision: 1048 $" |
49 #define REVISION "gaim:$Revision: 1061 $" |
| 50 |
50 |
| 51 struct toc_data { |
51 struct toc_data { |
| 52 int toc_fd; |
52 int toc_fd; |
| 53 int seqno; |
53 int seqno; |
| 54 int state; |
54 int state; |
| 131 hide_login_progress(gc, "Authentication Failed"); |
131 hide_login_progress(gc, "Authentication Failed"); |
| 132 destroy_gaim_conn(gc); |
132 destroy_gaim_conn(gc); |
| 133 return; |
133 return; |
| 134 } |
134 } |
| 135 |
135 |
| 136 sprintf(gc->user_info, "%s", user->user_info); |
|
| 137 gc->options = user->options; |
136 gc->options = user->options; |
| 138 save_prefs(); |
137 save_prefs(); |
| 139 |
138 |
| 140 g_snprintf(buf, sizeof(buf), "Retrieving config..."); |
139 g_snprintf(buf, sizeof(buf), "Retrieving config..."); |
| 141 set_login_progress(gc, 5, buf); |
140 set_login_progress(gc, 5, buf); |