diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 06:02:15 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 06:02:15 +0200 |
commit | 0e88d01caf89a0d5e6e69cae9eb1d095006f6508 (patch) | |
tree | a12ea3c5dd4e9b78c0c48f9b568c3922bbb2ea7e /src/common/xchat.h | |
parent | e361efcf941dc36ffd92a43a1ff605412bed49ab (diff) |
Get rid of gui_tweaks 64
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index cdb8a563..0329cb47 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -296,6 +296,7 @@ struct xchatprefs unsigned int gui_tray; unsigned int gui_tray_flags; unsigned int gui_tweaks; + unsigned int gui_ulist_icons; unsigned int throttle; unsigned int topicbar; unsigned int hideuserlist; |