summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-11 23:44:45 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-11 23:44:45 +0000
commit78b168dbc30d9540b96254b77cfeaef3619b540c (patch)
treeaa9f04eab868fe9a50a2a0ed2bcff4813e83fd15 /src/trg-preferences-dialog.c
parent874ae803ca9eae62e33f963c626a63b0db09bbcf (diff)
ssl support
Diffstat (limited to 'src/trg-preferences-dialog.c')
-rw-r--r--src/trg-preferences-dialog.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/trg-preferences-dialog.c b/src/trg-preferences-dialog.c
index 70c3465..e94f5c8 100644
--- a/src/trg-preferences-dialog.c
+++ b/src/trg-preferences-dialog.c
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -238,6 +238,10 @@ static GtkWidget *trg_prefs_serverPage(GConfClient * gconf)
TRG_GCONF_KEY_AUTO_CONNECT);
hig_workarea_add_wide_control(t, &row, w);
+ w = new_check_button(gconf, "SSL",
+ TRG_GCONF_KEY_SSL);
+ hig_workarea_add_wide_control(t, &row, w);
+
hig_workarea_add_section_divider(t, &row);
hig_workarea_add_section_title(t, &row, "Authentication");