diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-03-15 17:23:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 17:23:40 +0100 |
commit | 3f217ae14951afac8a98ec7bb1a497b3a1c0cf8b (patch) | |
tree | b98cb52705ee16436b72e47d44d4672dcfcec630 | |
parent | 575daf4af7680c537e6d1cba513b3fb6307cd292 (diff) | |
parent | b7906b87065829029f3b7ea21eb29699f7dc21fc (diff) | |
download | irssi-3f217ae14951afac8a98ec7bb1a497b3a1c0cf8b.zip |
Merge pull request #861 from ailin-nemui/stay-hidden
in fact hidden levels should not be re-set when you run /set
-rw-r--r-- | src/fe-text/gui-windows.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-text/gui-windows.c b/src/fe-text/gui-windows.c index 3efb9803..f761e390 100644 --- a/src/fe-text/gui-windows.c +++ b/src/fe-text/gui-windows.c @@ -207,8 +207,6 @@ void gui_windows_reset_settings(void) WINDOW_REC *rec = tmp->data; GUI_WINDOW_REC *gui = WINDOW_GUI(rec); - textbuffer_view_set_hidden_level(gui->view, MSGLEVEL_HIDDEN); - textbuffer_view_set_break_wide(gui->view, settings_get_bool("break_wide")); textbuffer_view_set_default_indent(gui->view, |