From 5ae78b362fa270a49077335c32277ea52779c49a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 24 Oct 2003 19:31:22 +0000 Subject: Re-Namespaced mail-accounts.c 2003-10-24 Jeffrey Stedfast * em-account-prefs.[c,h]: Re-Namespaced mail-accounts.c * em-composer-prefs.[c,h]: Re-Namespaced mail-composer-prefs.c * em-mailer-prefs.[c,h]: Re-Namespaced mail-preferences.c * mail-accounts.[c,h]: Removed. * mail-composer-prefs.[c,h]: Removed. * mail-preferences.[c,h]: Removed. * mail-account-editor.c: Updated. * mail-account-gui.c: Updated. * mail-config-factory.c: Updated. * mail-component-factory.c: Updated. svn path=/trunk/; revision=23066 --- mail/mail-account-gui.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mail-account-gui.h') diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h index d003885bd4..b2fd033491 100644 --- a/mail/mail-account-gui.h +++ b/mail/mail-account-gui.h @@ -4,7 +4,7 @@ * Jeffrey Stedfast * Dan Winship * - * Copyright 2001 Ximian, Inc. (www.ximian.com) + * Copyright 2001-2003 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -36,7 +36,7 @@ extern "C" { #include #include "mail-config.h" -#include "mail-accounts.h" +#include "em-account-prefs.h" typedef struct { GtkOptionMenu *type; @@ -59,7 +59,7 @@ typedef struct { typedef struct { EAccount *account; - MailAccountsTab *dialog; + EMAccountPrefs *dialog; GladeXML *xml; /* identity */ @@ -114,7 +114,7 @@ typedef struct { } MailAccountGui; -MailAccountGui *mail_account_gui_new (EAccount *account, MailAccountsTab *dialog); +MailAccountGui *mail_account_gui_new (EAccount *account, EMAccountPrefs *dialog); void mail_account_gui_setup (MailAccountGui *gui, GtkWidget *top); gboolean mail_account_gui_save (MailAccountGui *gui); void mail_account_gui_destroy (MailAccountGui *gui); -- cgit v1.2.3