After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764863 - [PATCH] GtkTrayIcon: fix uninitialised variable
[PATCH] GtkTrayIcon: fix uninitialised variable
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-04-10 19:58 UTC by Balló György
Modified: 2016-04-25 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkTrayIcon: fix uninitialised variable (734 bytes, patch)
2016-04-10 19:58 UTC, Balló György
committed Details | Review

Description Balló György 2016-04-10 19:58:11 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.
Comment 1 Matthias Clasen 2016-04-10 21:59:54 UTC
Review of attachment 325682 [details] [review]:

sure
Comment 2 Matthias Clasen 2016-04-12 02:04:17 UTC
Attachment 325682 [details] pushed as 413d275 - GtkTrayIcon: fix uninitialised variable
Comment 3 Alberts Muktupāvels 2016-04-25 19:50:53 UTC
Can you push that also to gtk-3-20 branch? Thanks!