diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-06 06:56:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-06 06:56:14 +0800 |
commit | b0ee069191427a6fd3c2557042a35e4354a81f35 (patch) | |
tree | c6cf84265c7a66ebe430b9b41e380d75088cd0fa /mail/mail-config.glade | |
parent | 38342cf57ac6117e0de851b10ae7d3a14e92cc13 (diff) | |
download | gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.tar gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.tar.gz gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.tar.bz2 gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.tar.lz gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.tar.xz gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.tar.zst gsoc2013-evolution-b0ee069191427a6fd3c2557042a35e4354a81f35.zip |
"use_ssl" can now be 3 options, modify the code to handle this.
2002-03-05 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (save_service): "use_ssl" can now be 3
options, modify the code to handle this.
(setup_service): Toggle the correct ssl option.
(source_type_changed): Show/hide the ssl hbox container widget.
(transport_type_changed): Same.
svn path=/trunk/; revision=15933
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 122 |
1 files changed, 93 insertions, 29 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index b21481a38d..f837035d91 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -975,29 +975,6 @@ None </widget> <widget> - <class>GtkCheckButton</class> - <name>source_use_ssl</name> - <can_focus>True</can_focus> - <label>Use s_ecure connection (SSL)</label> - <active>False</active> - <draw_indicator>True</draw_indicator> - <child> - <left_attach>0</left_attach> - <right_attach>2</right_attach> - <top_attach>3</top_attach> - <bottom_attach>4</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>GnomeFileEntry</class> <name>source_path_entry</name> <max_saved>10</max_saved> @@ -1057,6 +1034,61 @@ None <yfill>False</yfill> </child> </widget> + + <widget> + <class>GtkHBox</class> + <name>source_ssl_hbox</name> + <homogeneous>False</homogeneous> + <spacing>4</spacing> + <child> + <left_attach>0</left_attach> + <right_attach>2</right_attach> + <top_attach>3</top_attach> + <bottom_attach>4</bottom_attach> + <xpad>0</xpad> + <ypad>0</ypad> + <xexpand>False</xexpand> + <yexpand>True</yexpand> + <xshrink>False</xshrink> + <yshrink>False</yshrink> + <xfill>True</xfill> + <yfill>True</yfill> + </child> + + <widget> + <class>GtkLabel</class> + <name>lblSourceUseSSL</name> + <label>Use s_ecure connection (SSL):</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <default_focus_target>source_use_ssl</default_focus_target> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkOptionMenu</class> + <name>source_use_ssl</name> + <can_focus>True</can_focus> + <items>Always +Whenever Possible +Never +</items> + <initial_choice>2</initial_choice> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + </widget> </widget> </widget> @@ -1513,17 +1545,49 @@ Sendmail </widget> <widget> - <class>GtkCheckButton</class> - <name>transport_use_ssl</name> - <can_focus>True</can_focus> - <label>Use s_ecure connection (SSL)</label> - <active>False</active> - <draw_indicator>True</draw_indicator> + <class>GtkHBox</class> + <name>transport_ssl_hbox</name> + <homogeneous>False</homogeneous> + <spacing>4</spacing> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> + + <widget> + <class>GtkLabel</class> + <name>lblTransportUseSSL</name> + <label>Use s_ecure connection (SSL):</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <default_focus_target>transport_use_ssl</default_focus_target> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkOptionMenu</class> + <name>transport_use_ssl</name> + <can_focus>True</can_focus> + <items>Always +Whenever Possible +Never +</items> + <initial_choice>2</initial_choice> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> </widget> <widget> |