From 4e1912f656899ad737c260fb6f45073de39472a1 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 19 Feb 2011 20:33:48 +0000 Subject: forgot to attach a JSON key to the blocklist enable widget --- src/trg-remote-prefs-dialog.c | 1 + 1 file changed, 1 insertion(+) 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)); -- cgit v1.2.3