diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-12 13:07:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-12 13:07:00 +0800 |
commit | 5307a77df19527ded02213ab7b354fb9798220fc (patch) | |
tree | 6ea6f4f9798e84a36fb8ed19ec2c9450f27e891b /mail/mail-config-druid.h | |
parent | b3cda1c4faa911ab3c974bb584e5e16e4cf02202 (diff) | |
download | gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.tar gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.tar.gz gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.tar.bz2 gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.tar.lz gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.tar.xz gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.tar.zst gsoc2013-evolution-5307a77df19527ded02213ab7b354fb9798220fc.zip |
We don't want to be able to set the reply-to in the config druid.
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-config-druid.c (construct): We don't want to be able to set
the reply-to in the config druid.
(druid_finish): Don't set a reply-to anymore.
(mail_config_druid_finalise): Don't unref the providers.
* mail-config.glade: Took out the Reply-To field in the druid.
svn path=/trunk/; revision=7431
Diffstat (limited to 'mail/mail-config-druid.h')
-rw-r--r-- | mail/mail-config-druid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-config-druid.h b/mail/mail-config-druid.h index 05b07391fd..9dc3d6dd8e 100644 --- a/mail/mail-config-druid.h +++ b/mail/mail-config-druid.h @@ -59,7 +59,6 @@ struct _MailConfigDruid { GtkWidget *identity_text; GtkEntry *full_name; GtkEntry *email_address; - GtkEntry *reply_to; GtkEntry *organization; GnomeFileEntry *signature; |