summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 15:50:31 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 15:50:31 +0100
commit7911aeb51e66e38d4c1721e2392188c1a58f53d6 (patch)
treef02f16aaeae9d59c64609d8bb063265583568482 /src/common/cfgfiles.c
parenta04fdc50b67de8385240e0f9f5f594370f960d88 (diff)
Disable one instance code coz it's really buggy
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index dd31a541..8484845e 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -439,7 +439,7 @@ const struct prefs vars[] =
 	{"gui_pane_right_size", P_OFFINT (hex_gui_pane_right_size), TYPE_INT},
 	{"gui_pane_right_size_min", P_OFFINT (hex_gui_pane_right_size_min), TYPE_INT},
 	{"gui_quit_dialog", P_OFFINT (hex_gui_quit_dialog), TYPE_BOOL},
-	{"gui_single", P_OFFINT (hex_gui_single), TYPE_BOOL},
+	/* {"gui_single", P_OFFINT (hex_gui_single), TYPE_BOOL}, */
 	{"gui_slist_fav", P_OFFINT (hex_gui_slist_fav), TYPE_BOOL},
 	{"gui_slist_select", P_OFFINT (hex_gui_slist_select), TYPE_INT},
 	{"gui_slist_skip", P_OFFINT (hex_gui_slist_skip), TYPE_BOOL},