comparison src/protocols/jabber/jabber.c @ 6106:99f4bbeb27bc

[gaim-migrate @ 6567] Fix Cae non-fatal bug 6: "no notification of incorrect password/name." Also removed some unused code from gtkconn.c and multi.c (which was derelict). Make dialog and request windows show the titles that are passed to them. Fixed a compiler warning coughsean'sawaymessagestuffcough I'm looking forward to writting a NEWS entry for 0.65, I hope it will be soon :-) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 13 Jul 2003 09:34:48 +0000
parents 8d6aa792e0f6
children 11bedb793a44
comparison
equal deleted inserted replaced
6105:786adff640e1 6106:99f4bbeb27bc
4239 break; 4239 break;
4240 case JCONN_STATE_CONNECTED: 4240 case JCONN_STATE_CONNECTED:
4241 gjc->was_connected = 1; 4241 gjc->was_connected = 1;
4242 /* 4242 /*
4243 * TBD? 4243 * TBD?
4244 set_login_progress(GJ_GC(gjc), 2, _("Connected")); 4244 gaim_connection_update_progress(GJ_GC(gjc), _("Connected"),
4245 2, JABBER_CONNECT_STEPS);
4245 */ 4246 */
4246 break; 4247 break;
4247 case JCONN_STATE_ON: 4248 case JCONN_STATE_ON:
4248 /* 4249 /*
4249 * TBD? 4250 * TBD?
4250 set_login_progress(GJ_GC(gjc), 3, _("Requesting Authentication Method")); 4251 gaim_connection_update_progress(GJ_GC(gjc), _("Authenticating"),
4252 _("Requesting Authentication Method"), 3,
4253 JABBER_CONNECT_STEPS);
4251 */ 4254 */
4252 gjab_reqreg(gjc); 4255 gjab_reqreg(gjc);
4253 /* 4256 /*
4254 * TBD: A work-in-progress 4257 * TBD: A work-in-progress
4255 gjab_reqregreqs(gjc); 4258 gjab_reqregreqs(gjc);