--- a/src/protocols/jabber/jabber.c Sat Aug 23 05:39:10 2003 +0000 +++ b/src/protocols/jabber/jabber.c Sat Aug 23 05:40:51 2003 +0000 @@ -4276,7 +4276,7 @@ */ void jabber_register_user(GaimAccount *account) { - GaimConnection *gc = gaim_connection_new(account); + GaimConnection *gc = gaim_account_get_connection(account); struct jabber_data *jd = gc->proto_data = g_new0(struct jabber_data, 1); char *loginname = create_valid_jid(account->username, DEFAULT_SERVER, "Gaim");