From 0b0aac6ce21bcb38d7e03dc2b3ff419861476a24 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sat, 30 Jan 2016 17:08:40 +0000 Subject: Imported Upstream version 0.8.0 --- conf_scr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf_scr.c') diff --git a/conf_scr.c b/conf_scr.c index ad6462c..eca8e04 100644 --- a/conf_scr.c +++ b/conf_scr.c @@ -159,7 +159,7 @@ static int m_pref(WINDOW *w_conf, int list_offset, int active_item, int num_item void scr_conf_init(void) { struct conf_item *item; - conf_get_interface_list(false); /* may have changed in the meantime */ + conf_get_interface_list(); /* may have changed in the meantime */ num_items = ll_size(conf_items); w_conf = newwin_title(0, WAV_HEIGHT, "Preferences", false); -- cgit v1.2.3