diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 22:35:04 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 22:35:04 +0000 |
commit | 28954c917ff9ccc3cb6b79ce39b1d6c7841da13d (patch) | |
tree | 166eafef53933e8d30fdc704cf605319531b1134 /conf_scr.c | |
parent | 8f6b56b71ccee4eb800a5b1aa1edbbfb0a0cb6b4 (diff) | |
parent | 89de95a89953c20349a8c7c4684eba45feb34bf5 (diff) | |
download | wavemon-28954c917ff9ccc3cb6b79ce39b1d6c7841da13d.tar.gz |
Merge tag 'upstream/0.7.4'
Upstream version 0.7.4
Diffstat (limited to '')
-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) { - conf_get_interface_list(); /* may have changed in the meantime */ + conf_get_interface_list(false); /* may have changed in the meantime */ num_items = ll_size(conf_items); w_conf = newwin_title(0, WAV_HEIGHT, "Preferences", false); |