GNOME Bugzilla – Bug 764863
[PATCH] GtkTrayIcon: fix uninitialised variable
Last modified: 2016-04-25 19:50:53 UTC
Created attachment 325682 [details] [review] GtkTrayIcon: fix uninitialised variable Currently if the _NET_SYSTEM_TRAY_VISUAL property is configured, the alpha value become uninitialised. This patch fixes the problem. It can be tested with symbolic icons on gnome-panel's notification area.
Review of attachment 325682 [details] [review]: sure
Attachment 325682 [details] pushed as 413d275 - GtkTrayIcon: fix uninitialised variable
Can you push that also to gtk-3-20 branch? Thanks!