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 /src/fe-gtk/pixmaps.h | |
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 'src/fe-gtk/pixmaps.h')
-rw-r--r-- | src/fe-gtk/pixmaps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/pixmaps.h b/src/fe-gtk/pixmaps.h index 7241fa84..7f3c561e 100644 --- a/src/fe-gtk/pixmaps.h +++ b/src/fe-gtk/pixmaps.h @@ -27,6 +27,7 @@ extern GdkPixbuf *pix_ulist_owner; extern GdkPixbuf *pix_ulist_founder; extern GdkPixbuf *pix_ulist_netop; +extern GdkPixbuf *pix_tray_normal; extern GdkPixbuf *pix_tray_fileoffer; extern GdkPixbuf *pix_tray_highlight; extern GdkPixbuf *pix_tray_message; |