diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-25 03:31:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-25 03:31:22 +0800 |
commit | 5ae78b362fa270a49077335c32277ea52779c49a (patch) | |
tree | 4a08143be69fbb784ccee2ae4261d078d7c1173a /mail/mail-account-gui.h | |
parent | 602ee2f49664f532de6ba5f44b323dcb26192012 (diff) | |
download | gsoc2013-evolution-5ae78b362fa270a49077335c32277ea52779c49a.tar.gz gsoc2013-evolution-5ae78b362fa270a49077335c32277ea52779c49a.tar.zst gsoc2013-evolution-5ae78b362fa270a49077335c32277ea52779c49a.zip |
Re-Namespaced mail-accounts.c
2003-10-24 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r-- | mail/mail-account-gui.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <fejj@ximian.com> * Dan Winship <danw@ximian.com> * - * 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 <camel/camel-provider.h> #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); |