diff src/gtkaccount.c @ 6581:0473a28ce807

[gaim-migrate @ 7103] this should fix jabber registrations yet again committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 23 Aug 2003 05:40:51 +0000
parents 70d5122bc3ff
children 42fdf16f1dad
line wrap: on
line diff
--- a/src/gtkaccount.c	Sat Aug 23 05:39:10 2003 +0000
+++ b/src/gtkaccount.c	Sat Aug 23 05:40:51 2003 +0000
@@ -1106,12 +1106,11 @@
 static void
 register_account_prefs_cb(GtkWidget *w, AccountPrefsDialog *dialog)
 {
-	GaimAccount *account = dialog->account;
 	GaimPluginProtocolInfo *prpl_info = dialog->prpl_info;
 
 	ok_account_prefs_cb(NULL, dialog);
 
-	prpl_info->register_user(account);
+	gaim_account_register(dialog->account);
 }
 
 void