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.glade | |
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.glade')
-rw-r--r-- | mail/mail-config.glade | 64 |
1 files changed, 7 insertions, 57 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index c76e6ba74f..4cf3f88798 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -270,7 +270,7 @@ Click "Next" to begin. </text> <class>GtkTable</class> <name>table2</name> <border_width>4</border_width> - <rows>3</rows> + <rows>2</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>4</row_spacing> @@ -289,8 +289,8 @@ Click "Next" to begin. </text> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> - <top_attach>1</top_attach> - <bottom_attach>2</bottom_attach> + <top_attach>0</top_attach> + <bottom_attach>1</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> @@ -315,8 +315,8 @@ Click "Next" to begin. </text> <child> <left_attach>0</left_attach> <right_attach>1</right_attach> - <top_attach>2</top_attach> - <bottom_attach>3</bottom_attach> + <top_attach>1</top_attach> + <bottom_attach>2</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>False</xexpand> @@ -339,60 +339,10 @@ Click "Next" to begin. </text> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> - <top_attach>1</top_attach> - <bottom_attach>2</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>True</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> - <class>GtkLabel</class> - <name>identity-reply-to-label</name> - <label>Reply-to:</label> - <justify>GTK_JUSTIFY_RIGHT</justify> - <wrap>True</wrap> - <xalign>1</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <child> - <left_attach>0</left_attach> - <right_attach>1</right_attach> <top_attach>0</top_attach> <bottom_attach>1</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> - - <widget> - <class>GtkEntry</class> - <name>txtReplyTo</name> - <can_focus>True</can_focus> - <editable>True</editable> - <text_visible>True</text_visible> - <text_max_length>0</text_max_length> - <text></text> - <child> - <left_attach>1</left_attach> - <right_attach>2</right_attach> - <top_attach>0</top_attach> - <bottom_attach>1</bottom_attach> - <xpad>1</xpad> - <ypad>0</ypad> <xexpand>True</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> @@ -411,8 +361,8 @@ Click "Next" to begin. </text> <child> <left_attach>1</left_attach> <right_attach>2</right_attach> - <top_attach>2</top_attach> - <bottom_attach>3</bottom_attach> + <top_attach>1</top_attach> + <bottom_attach>2</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> <xexpand>True</xexpand> |