diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-24 23:33:17 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-24 23:33:17 +0800 |
commit | 7604a13073c8f82ffd127764030af0f8ad228d1b (patch) | |
tree | cb6b6e94a410b273ad9a29bd280e30aaf80afdc3 /mail/mail-config.glade | |
parent | 7ce67731426018f637cd221527bbc260de314eee (diff) | |
download | gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.gz gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.zst gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.zip |
Add new label widgets with a message that SSL isn't supported.
2001-07-24 Peter Williams <peterw@ximian.com>
* mail-config.glade: Add new label widgets with a message that SSL
isn't supported.
* mail-account-gui.h: Add a new member to the Transport GUI struct
for the 'SSL is not supported' message.
* mail-account-gui.c (source_type_changed): Change logic to display
a message stating that SSL isn't supported if SSL isn't supported.
(transport_type_changed): Same.
(mail_account_gui_new): Also load the labels for the the no-SSL
message.
* mail-accounts.c (construct): Fix typo.
svn path=/trunk/; revision=11340
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index d655b9d88b..0449e40f3b 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -780,7 +780,7 @@ None <class>GtkTable</class> <name>table4</name> <border_width>3</border_width> - <rows>4</rows> + <rows>5</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>3</row_spacing> @@ -936,6 +936,28 @@ None </widget> <widget> + <class>GtkLabel</class> + <name>source_ssl_disabled</name> + <label>(SSL is not supported in this build of evolution)</label> + <active>False</active> + <sensitive>False</sensitive> + <child> + <left_attach>0</left_attach> + <right_attach>2</right_attach> + <top_attach>4</top_attach> + <bottom_attach>5</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> @@ -1368,6 +1390,19 @@ Sendmail </widget> <widget> + <class>GtkLabel</class> + <name>transport_ssl_disabled</name> + <label>(SSL is not supported in this build of evolution)</label> + <active>False</active> + <sensitive>False</sensitive> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> <class>GtkCheckButton</class> <name>transport_needs_auth</name> <can_focus>True</can_focus> |