comparison 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
comparison
equal deleted inserted replaced
6580:74d1cd241a3d 6581:0473a28ce807
1104 } 1104 }
1105 1105
1106 static void 1106 static void
1107 register_account_prefs_cb(GtkWidget *w, AccountPrefsDialog *dialog) 1107 register_account_prefs_cb(GtkWidget *w, AccountPrefsDialog *dialog)
1108 { 1108 {
1109 GaimAccount *account = dialog->account;
1110 GaimPluginProtocolInfo *prpl_info = dialog->prpl_info; 1109 GaimPluginProtocolInfo *prpl_info = dialog->prpl_info;
1111 1110
1112 ok_account_prefs_cb(NULL, dialog); 1111 ok_account_prefs_cb(NULL, dialog);
1113 1112
1114 prpl_info->register_user(account); 1113 gaim_account_register(dialog->account);
1115 } 1114 }
1116 1115
1117 void 1116 void
1118 gaim_gtk_account_dialog_show(GaimGtkAccountDialogType type, 1117 gaim_gtk_account_dialog_show(GaimGtkAccountDialogType type,
1119 GaimAccount *account) 1118 GaimAccount *account)