From e052aba22bf02dd92653d8009b9aa97bb82e166b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 05 Oct 2017 17:31:29 -0400 Subject: about:preferences: Get string list values (as strings) --- (limited to 'src') diff --git a/src/about/preferences.c b/src/about/preferences.c index 9e88413..02188e2 100644 --- a/src/about/preferences.c +++ b/src/about/preferences.c @@ -43,7 +43,7 @@ save_pref(gchar *key, gchar *value, MqConfig *config) #define GEN_STR( NAME, LABEL) mq_html_input_text(NAME, LABEL, \ mq_config_get_string(config, NAME)) #define GEN_STRL(NAME, LABEL) mq_html_input_text(NAME, LABEL, \ - "") /* TODO */ + mq_config_get_string(config, NAME)) static gchar * gen_page_general(MqConfig *config) -- cgit v0.9.1