summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-19 20:33:48 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-19 20:33:48 +0000
commit4e1912f656899ad737c260fb6f45073de39472a1 (patch)
treed880b06916c43a5cb87ebef0d30853b1eb01e07f /src/trg-remote-prefs-dialog.c
parent5403a5be85b5b8a207a704a5298c7f76d8312d0e (diff)
forgot to attach a JSON key to the blocklist enable widget
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 982a73e..fba2f5f 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -428,6 +428,7 @@ static GtkWidget *trg_rprefs_connPage(TrgRemotePrefsDialog * win,
tb = priv->blocklist_check =
gtk_check_button_new_with_mnemonic(stringValue);
g_free((gchar*)stringValue);
+ widget_set_json_key(tb, SGET_BLOCKLIST_ENABLED);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(tb),
session_get_blocklist_enabled(s));