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 68348 - GtkLayout doesn't update its background color when its style is changed
GtkLayout doesn't update its background color when its style is changed
Status: RESOLVED DUPLICATE of bug 58957
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-01-09 20:34 UTC by jacob berkman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix this bug (1.53 KB, patch)
2002-01-09 20:37 UTC, jacob berkman
none Details | Review

Description jacob berkman 2002-01-09 20:34:30 UTC
If you call gtk_widget_modify_bg() on a realized GtkLayout, nothing will
happen.

i can provide a small test app showing this bug if needed.
Comment 1 jacob berkman 2002-01-09 20:37:46 UTC
Created attachment 6359 [details] [review]
patch to fix this bug
Comment 2 Owen Taylor 2002-01-10 00:19:06 UTC
Looks good though the parent handler already takes care
of widget->window, so you only need to do the other. 
Go ahead and commit.

(Resolving as a duplicate - please close the original bug
after fixing.)

*** This bug has been marked as a duplicate of 58597 ***
Comment 3 Owen Taylor 2002-01-10 00:20:40 UTC
Blah, wrong bug #

*** This bug has been marked as a duplicate of 58957 ***