From 2965fbcc87c895163f683651946f96b75d7211f3 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 25 Jun 2017 04:42:57 +0200 Subject: 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 --- src/fe-gtk/pixmaps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fe-gtk/pixmaps.h') 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; -- cgit 1.4.1