diff options
author | TingPing <tingping@tingping.se> | 2013-10-08 18:16:10 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-10-08 18:16:10 -0400 |
commit | 0c3220c4697598badbf222b7b6209326ec863942 (patch) | |
tree | da98c52bf70596e83488a241d5d9b120dcd98869 /src/common/hexchat.h | |
parent | e52905f50c7ff5d123a58ba016dcbb9de2b13f4f (diff) |
Add preference to change tabs on scroll
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index e1e402c2..5825d217 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -166,6 +166,7 @@ struct hexchatprefs unsigned int hex_gui_tab_dialogs; unsigned int hex_gui_tab_dots; unsigned int hex_gui_tab_icons; + unsigned int hex_gui_tab_scrollchans; unsigned int hex_gui_tab_server; unsigned int hex_gui_tab_sort; unsigned int hex_gui_tab_utils; |