diff options
author | JP Rosevear <jpr@novell.com> | 2005-03-01 14:17:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-03-01 14:17:20 +0800 |
commit | fc1558ac985ba9b075da93d14b20ff333ce98283 (patch) | |
tree | df7566760e7fd1b235dad4b820e1839e5400bef6 /mail/em-account-editor.h | |
parent | 7cb4234412eb57a17875e1d8519dc5312c592040 (diff) | |
download | gsoc2013-evolution-fc1558ac985ba9b075da93d14b20ff333ce98283.tar.gz gsoc2013-evolution-fc1558ac985ba9b075da93d14b20ff333ce98283.tar.zst gsoc2013-evolution-fc1558ac985ba9b075da93d14b20ff333ce98283.zip |
bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: add startup wizard plugin
2005-02-28 JP Rosevear <jpr@novell.com>
* plugins/Makefile.am: dist standard and experimental plugins
* configure.in: move "all" plugins to standard and experimental
and default to building the standard set
svn path=/trunk/; revision=28927
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r-- | mail/em-account-editor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h index 0e84a07b7d..0a46aa45a9 100644 --- a/mail/em-account-editor.h +++ b/mail/em-account-editor.h @@ -64,8 +64,7 @@ struct _EMAccountEditorClass { GType em_account_editor_get_type(void); -void em_account_editor_construct(EMAccountEditor *emae, struct _EAccount *account, em_account_editor_t type); -EMAccountEditor *em_account_editor_new(struct _EAccount *account, em_account_editor_t type); +EMAccountEditor *em_account_editor_new(struct _EAccount *account, em_account_editor_t type, char *id); gboolean em_account_editor_save (EMAccountEditor *gui); void em_account_editor_destroy (EMAccountEditor *gui); |