diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 23:46:37 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 23:46:37 +0200 |
commit | d892b3346eace3e8fa5530c9d710c1ce2c9fe34d (patch) | |
tree | 3066f5d9d697d9e3ee64511866f6a2a0a5fc11ab /src/common | |
parent | 90ba33cda353d00dc5979fb59f0d2ad880b43c05 (diff) |
Accidental commit is accidental
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index daff0f65..2cd20ffb 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -675,7 +675,7 @@ load_config (void) prefs.hex_gui_input_style = 1; prefs.hex_gui_join_dialog = 1; prefs.hex_gui_quit_dialog = 1; - prefs.hex_gui_slist_skip = 1; + /* prefs.hex_gui_slist_skip = 1; */ prefs.hex_gui_tab_chans = 1; prefs.hex_gui_tab_dialogs = 1; prefs.hex_gui_tab_dots = 1; |