diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2017-06-25 04:42:57 +0200 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2017-07-01 16:26:00 -0400 |
commit | 2965fbcc87c895163f683651946f96b75d7211f3 (patch) | |
tree | 72e8a559fd1c91a7feb8c232fb726f3ca078077e /.gitignore | |
parent | 98ca4e98d50439810b648cfdd20a2d1f00a86123 (diff) |
Support changing tray icon only with tray_normal image
Previously making a hexchat icon would override all hexchat icons not just the tray. Fixes #2017 Closes #2018
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ab853464..92ab91c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /build +builddir/ doxygen*.tmp html/ *.patch |