summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 20:26:56 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 20:26:56 +0000
commitc58d08f4309ef5c9ac49b4eacb6abfd6a5cb77f3 (patch)
tree52bb4ccf66e939b3d32bb603caf41fe54030ba08 /src/trg-remote-prefs-dialog.c
parentbc5da29e59f2d9b9f29a61f2fd34a82a8a75872e (diff)
issue 133
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 8a4d400..7f357c5 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -311,6 +311,9 @@ static GtkWidget *trg_rprefs_connPage(TrgRemotePrefsDialog * win,
w = trg_json_widget_check_new(&priv->widgets, s, SGET_PEX_ENABLED, _("Peer exchange (PEX)"), NULL);
hig_workarea_add_wide_control(t, &row, w);
+ w = trg_json_widget_check_new(&priv->widgets, s, SGET_DHT_ENABLED, _("Distributed Hash Table (DHT)"), NULL);
+ hig_workarea_add_wide_control(t, &row, w);
+
w = trg_json_widget_check_new(&priv->widgets, s, SGET_LPD_ENABLED, _("Local peer discovery"), NULL);
hig_workarea_add_wide_control(t, &row, w);