From 6bd96564168c66eda4d1b198e62c7bd20549205e Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 9 Mar 2013 17:57:06 -0500 Subject: Add option to color nicknames in the userlist to match the chat --- src/common/cfgfiles.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/cfgfiles.c') diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 9aac5a4f..243371b0 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -466,6 +466,7 @@ const struct prefs vars[] = {"gui_tray_minimize", P_OFFINT (hex_gui_tray_minimize), TYPE_BOOL}, {"gui_tray_quiet", P_OFFINT (hex_gui_tray_quiet), TYPE_BOOL}, {"gui_ulist_buttons", P_OFFINT (hex_gui_ulist_buttons), TYPE_BOOL}, + {"gui_ulist_color", P_OFFINT (hex_gui_ulist_color), TYPE_BOOL}, {"gui_ulist_count", P_OFFINT (hex_gui_ulist_count), TYPE_BOOL}, {"gui_ulist_doubleclick", P_OFFSET (hex_gui_ulist_doubleclick), TYPE_STR}, {"gui_ulist_hide", P_OFFINT (hex_gui_ulist_hide), TYPE_BOOL}, -- cgit 1.4.1