diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:00:55 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:00:55 +0200 |
commit | 9435851dee786a9f5057d324375ecc8a454a99f5 (patch) | |
tree | 6b842698151ce3ea65b45555da201716694c5017 /src/common/cfgfiles.c | |
parent | 02dd0ba5602b4e8ce05266f5d1be92ad29d7dd3e (diff) |
Get rid of gui_tweaks 8
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 487eadb7..1159434b 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -468,6 +468,7 @@ const struct prefs vars[] = { {"gui_slist_skip", P_OFFINT (slist_skip), TYPE_BOOL}, {"gui_tab_chans", P_OFFINT (tabchannels), TYPE_BOOL}, {"gui_tab_dialogs", P_OFFINT (privmsgtab), TYPE_BOOL}, + {"gui_tab_dots", P_OFFINT (gui_tab_dots), TYPE_BOOL}, {"gui_tab_icons", P_OFFINT (tab_icons), TYPE_BOOL}, {"gui_tab_layout", P_OFFINT (tab_layout), TYPE_INT}, {"gui_tab_newtofront", P_OFFINT (newtabstofront), TYPE_INT}, @@ -736,6 +737,7 @@ load_config (void) /* prefs.userhost = 1; */ prefs.gui_chanlist_maxusers = 9999; prefs.gui_chanlist_minusers = 5; + prefs.gui_tab_dots = 1; prefs.gui_tray = 1; prefs.gui_pane_left_size = 128; /* with treeview icons we need a bit bigger space */ prefs.gui_pane_right_size = 100; |