mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
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
This commit is contained in:
committed by
Patrick Griffis
parent
98ca4e98d5
commit
2965fbcc87
@@ -36,6 +36,7 @@ GdkPixbuf *pix_ulist_owner;
|
||||
GdkPixbuf *pix_ulist_founder;
|
||||
GdkPixbuf *pix_ulist_netop;
|
||||
|
||||
GdkPixbuf *pix_tray_normal;
|
||||
GdkPixbuf *pix_tray_fileoffer;
|
||||
GdkPixbuf *pix_tray_highlight;
|
||||
GdkPixbuf *pix_tray_message;
|
||||
@@ -118,6 +119,7 @@ pixmaps_init (void)
|
||||
pix_ulist_founder = load_pixmap ("ulist_founder");
|
||||
pix_ulist_netop = load_pixmap ("ulist_netop");
|
||||
|
||||
pix_tray_normal = load_pixmap ("tray_normal");
|
||||
pix_tray_fileoffer = load_pixmap ("tray_fileoffer");
|
||||
pix_tray_highlight = load_pixmap ("tray_highlight");
|
||||
pix_tray_message = load_pixmap ("tray_message");
|
||||
|
||||
Reference in New Issue
Block a user