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 780790 - window-title: fix warning because of change-background signal being removed
window-title: fix warning because of change-background signal being removed
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-31 21:43 UTC by Gabriel Finkelstein
Modified: 2020-03-22 01:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window-title: use text color of panel (4.38 KB, patch)
2017-03-31 21:44 UTC, Gabriel Finkelstein
none Details | Review
window-title: use text color of panel (4.33 KB, patch)
2017-03-31 21:45 UTC, Gabriel Finkelstein
none Details | Review

Description Gabriel Finkelstein 2017-03-31 21:43:32 UTC
window-title shows a warning because the change-background signal was removed in recent versions of gnome-panel. Instead of watching the background of gnome-panel, we should simply inherit its text color.
Comment 1 Gabriel Finkelstein 2017-03-31 21:44:08 UTC
Created attachment 349093 [details] [review]
window-title: use text color of panel

Instead of listening to the change-background signal which got removed, use the text color defined in the panel settings

https://bugzilla.gnome.org/show_bug.cgi?id=770795
Comment 2 Gabriel Finkelstein 2017-03-31 21:45:29 UTC
Created attachment 349094 [details] [review]
window-title: use text color of panel

Instead of listening to the change-background signal which got removed, use the text color defined in the panel settings