diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-06 03:15:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-06 03:15:14 +0800 |
commit | 57085df34a93f97478c5e2eb915b30359f1d634b (patch) | |
tree | 3733da4097c947e2fd596dbdd7f94879e7c9f3b4 | |
parent | 76563caf3d43463d727028ea43a7d95acb196e80 (diff) | |
download | gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.tar gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.tar.gz gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.tar.bz2 gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.tar.lz gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.tar.xz gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.tar.zst gsoc2013-evolution-57085df34a93f97478c5e2eb915b30359f1d634b.zip |
added in the ssl-not-supported label that the code was referencing but which didn't actually exist in the glade file...interesting
svn path=/trunk/; revision=13455
-rw-r--r-- | mail/mail-config.glade | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 7fd41db234..3b3b0659c9 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -836,7 +836,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> @@ -1027,6 +1027,33 @@ None <text></text> </widget> </widget> + + <widget> + <class>GtkLabel</class> + <name>source_ssl_disabled</name> + <sensitive>False</sensitive> + <label>(SSL is not supported in this build of evolution)</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <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> </widget> |