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 641059 - Fix several bugs handling GtkTrayIcon symbolic colors
Fix several bugs handling GtkTrayIcon symbolic colors
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkStatusIcon
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-01-31 17:43 UTC by Dan Winship
Modified: 2011-02-01 00:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix several bugs handling GtkTrayIcon symbolic colors (3.01 KB, patch)
2011-01-31 17:43 UTC, Dan Winship
none Details | Review

Description Dan Winship 2011-01-31 17:43:16 UTC
working on applying the patch from bug 614711 to gnome-shell to fix
the coloring of gpk-update-icon, but ran into several problems.

Not sure that the manual g_object_notify()ing on the trayicon is the
best fix for initializing the colors, but it was the simplest.
Comment 1 Dan Winship 2011-01-31 17:43:18 UTC
Created attachment 179730 [details] [review]
Fix several bugs handling GtkTrayIcon symbolic colors
Comment 2 Matthias Clasen 2011-02-01 00:14:07 UTC
Thanks, applied