diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2016-01-30 17:08:40 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2016-01-30 17:08:40 +0000 |
commit | 0b0aac6ce21bcb38d7e03dc2b3ff419861476a24 (patch) | |
tree | caa65d08ef64dfd060a749ccc690efd7bcc2a7b3 /conf_scr.c | |
parent | d7ca0c3e555ef0b5250873ddce48ccf2326b017a (diff) | |
download | wavemon-0b0aac6ce21bcb38d7e03dc2b3ff419861476a24.tar.gz |
Imported Upstream version 0.8.0upstream/0.8.0
Diffstat (limited to 'conf_scr.c')
-rw-r--r-- | conf_scr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |