diff options
author | TingPing <tingping@fedoraproject.org> | 2014-05-23 18:57:44 -0400 |
---|---|---|
committer | TingPing <tingping@fedoraproject.org> | 2014-05-23 18:57:44 -0400 |
commit | 30de7a1377973693d5f92d63d63c7b578c389d8f (patch) | |
tree | 0df043cccb73d61480f33ce39209aebddb2181a1 /src/common | |
parent | 011514e1ad5bc3b2b07da4702b8135ee7efdf179 (diff) |
Update default settings
- Enable server-time - Disable tree dots
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 411e8ee2..800fc1ca 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -767,7 +767,6 @@ load_default_config(void) /* prefs.hex_gui_slist_skip = 1; */ prefs.hex_gui_tab_chans = 1; prefs.hex_gui_tab_dialogs = 1; - prefs.hex_gui_tab_dots = 1; prefs.hex_gui_tab_icons = 1; prefs.hex_gui_tab_server = 1; prefs.hex_gui_tab_sort = 1; @@ -785,6 +784,7 @@ load_default_config(void) prefs.hex_input_flash_priv = 1; prefs.hex_input_tray_hilight = 1; prefs.hex_input_tray_priv = 1; + prefs.hex_irc_cap_server_time = 1; prefs.hex_irc_who_join = 1; /* Can kick with inordinate amount of channels, required for some of our features though, TODO: add cap like away check? */ prefs.hex_irc_whois_front = 1; prefs.hex_net_auto_reconnect = 1; @@ -802,7 +802,6 @@ load_default_config(void) prefs.hex_text_thin_sep = 1; prefs.hex_text_wordwrap = 1; prefs.hex_url_grabber = 1; - prefs.hex_irc_cap_server_time = 0; /* NUMBERS */ prefs.hex_away_size_max = 300; |