summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 06:18:32 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 06:18:32 +0200
commit2cbae7f6a5596e15835e73c76c684ecae0c6336e (patch)
treee9b785884346a9f7634b1376f9599c9af1ec8f1e /src/common/cfgfiles.c
parent0e88d01caf89a0d5e6e69cae9eb1d095006f6508 (diff)
Get rid of gui_tweaks 32
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 5d1b0b09..f9b2f65c 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -442,6 +442,7 @@ const struct prefs vars[] = {
 	{"gui_auto_open_send", P_OFFINT (autoopendccsendwindow), TYPE_BOOL},
 	{"gui_chanlist_maxusers", P_OFFINT (gui_chanlist_maxusers), TYPE_INT},
 	{"gui_chanlist_minusers", P_OFFINT (gui_chanlist_minusers), TYPE_INT},
+	{"gui_compact", P_OFFINT (gui_compact), TYPE_BOOL},
 	{"gui_dialog_height", P_OFFINT (dialog_height), TYPE_INT},
 	{"gui_dialog_left", P_OFFINT (dialog_left), TYPE_INT},
 	{"gui_dialog_top", P_OFFINT (dialog_top), TYPE_INT},