diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 23:44:17 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 23:44:17 +0200 |
commit | 745c0913f6b5e37005d5bc02871c410eb9aa52e8 (patch) | |
tree | 5c8df878265c310dd525c78bbb2c6acf62065128 /src/common | |
parent | d33a16ae01d47cead8984acdddbec287c33dbbd9 (diff) |
Redesign the About dialog a'la XChat
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 392b218c..daff0f65 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -675,6 +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_tab_chans = 1; prefs.hex_gui_tab_dialogs = 1; prefs.hex_gui_tab_dots = 1; |