aboutsummaryrefslogtreecommitdiffstats
path: root/conf_scr.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2016-01-30 17:08:40 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2016-01-30 17:08:40 +0000
commit947da597663e60b0a214d96bfcadc0cd042a49ff (patch)
treef4d3df7b9f3e41ee4beed2e049d9b52031404b8e /conf_scr.c
parentcec92f1a82b9f29ec16a4c03c37487c7cb019acf (diff)
parent0b0aac6ce21bcb38d7e03dc2b3ff419861476a24 (diff)
downloadwavemon-947da597663e60b0a214d96bfcadc0cd042a49ff.tar.gz
Merge tag 'upstream/0.8.0'
Upstream version 0.8.0
Diffstat (limited to '')
-rw-r--r--conf_scr.c2
1 files changed, 1 insertions, 1 deletions
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);