diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-25 22:49:58 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-25 22:49:58 +0800 |
commit | 17d13191decae2957d0b24f4d014de46828f5157 (patch) | |
tree | 25d3928b22f7213c8ba26e19586cd6eb32f3b9a7 /mail/ChangeLog | |
parent | 7a0f761f14926e2b4454e05829ae4a27d9160a34 (diff) | |
download | gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.tar gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.tar.gz gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.tar.bz2 gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.tar.lz gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.tar.xz gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.tar.zst gsoc2013-evolution-17d13191decae2957d0b24f4d014de46828f5157.zip |
Redo this to not use the CORBA interfaces in the local case (in
* mail-config-druid.c: Redo this to not use the CORBA interfaces
in the local case (in preparation for redoing the CORBA
interfaces).
(mail_config_druid_new): Remove unused "shell" arg
* mail-account-gui.c (mail_account_gui_transport_complete): Don't
crash if there's no transport selected at all.
(mail_account_gui_new): Don't try to set cc_addrs/bcc_addrs if
they're NULL.
* mail-accounts.c (account_add_clicked): Don't need to pass shell
to mail_config_druid_new.
* mail-callbacks.c (configure_mail): Don't need to pass shell to
mail_config_druid_new.
svn path=/trunk/; revision=20051
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ba49d37224..934bbba62f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,21 @@ +2003-02-25 Dan Winship <danw@ximian.com> + + * mail-config-druid.c: Redo this to not use the CORBA interfaces + in the local case (in preparation for redoing the CORBA + interfaces). + (mail_config_druid_new): Remove unused "shell" arg + + * mail-account-gui.c (mail_account_gui_transport_complete): Don't + crash if there's no transport selected at all. + (mail_account_gui_new): Don't try to set cc_addrs/bcc_addrs if + they're NULL. + + * mail-accounts.c (account_add_clicked): Don't need to pass shell + to mail_config_druid_new. + + * mail-callbacks.c (configure_mail): Don't need to pass shell to + mail_config_druid_new. + 2003-02-24 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (request_password): Make sure m->config_service |