From 4e2d3763907fa5d4c7156cbf02c1d334775fdc8a Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 23 Jul 2012 10:09:39 +0200 Subject: Make HexChat remember minimum and maximum users set in channel list --- src/common/xchat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/xchat.h') diff --git a/src/common/xchat.h b/src/common/xchat.h index 2349e23b..66f43522 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -161,6 +161,8 @@ struct xchatprefs int gui_pane_right_size; int gui_pane_right_size_min; + int gui_chanlist_maxusers; + int gui_chanlist_minusers; int gui_ulist_pos; int tab_pos; -- cgit 1.4.1