summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2017-06-25 04:42:57 +0200
committerPatrick Griffis <tingping@tingping.se>2017-07-01 16:26:00 -0400
commit2965fbcc87c895163f683651946f96b75d7211f3 (patch)
tree72e8a559fd1c91a7feb8c232fb726f3ca078077e /data
parent98ca4e98d50439810b648cfdd20a2d1f00a86123 (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 'data')
-rw-r--r--data/hexchat.gresource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/hexchat.gresource.xml b/data/hexchat.gresource.xml
index 5845da5e..08b7910e 100644
--- a/data/hexchat.gresource.xml
+++ b/data/hexchat.gresource.xml
@@ -11,6 +11,7 @@
 		<file alias="ulist_founder.png" preprocess="to-pixdata">icons/ulist_founder.png</file>
 		<file alias="ulist_netop.png" preprocess="to-pixdata">icons/ulist_netop.png</file>
 
+		<file alias="tray_normal.png" preprocess="to-pixdata">icons/hexchat.png</file>
 		<file alias="tray_fileoffer.png" preprocess="to-pixdata">icons/tray_fileoffer.png</file>
 		<file alias="tray_highlight.png" preprocess="to-pixdata">icons/tray_highlight.png</file>
 		<file alias="tray_message.png" preprocess="to-pixdata">icons/tray_message.png</file>