# HG changeset patch # User Christian Hammond # Date 1055497327 0 # Node ID daac2e9a1b0b0dcbf663cb42d3e100d711163bef # Parent 023fd44672d88313aa59a33b0623d544029967b2 [gaim-migrate @ 6283] Compile before commit, compile before commit, compile before commit... committer: Tailor Script diff -r 023fd44672d8 -r daac2e9a1b0b src/gtkaccount.c --- a/src/gtkaccount.c Fri Jun 13 09:29:01 2003 +0000 +++ b/src/gtkaccount.c Fri Jun 13 09:42:07 2003 +0000 @@ -32,6 +32,7 @@ #include "accountopt.h" #include "event.h" #include "prefs.h" +#include "plugin.h" #include "stock.h" #include "gtkblist.h" #include "gaim-disclosure.h" @@ -1065,14 +1066,6 @@ gaim_accounts_add(dialog->account); } - /* See if we want to register with a server now. */ - if (dialog->prpl_info->register_user != NULL && - gtk_toggle_button_get_active( - GTK_TOGGLE_BUTTON(dialog->register_check))) { - - dialog->prpl_info->register_user(dialog->account); - } - gtk_widget_destroy(dialog->window); account_win_destroy_cb(NULL, NULL, dialog); @@ -1084,7 +1077,7 @@ register_account_prefs_cb(GtkWidget *w, AccountPrefsDialog *dialog) { GaimAccount *account = dialog->account; - GaimProtocolPluginInfo *prpl_info = dialog->prpl_info; + GaimPluginProtocolInfo *prpl_info = dialog->prpl_info; ok_account_prefs_cb(NULL, dialog);