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 644221 - window: set the style class before adding to the parent box
window: set the style class before adding to the parent box
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-08 17:23 UTC by Cosimo Cecchi
Modified: 2011-03-22 21:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window: set the style class before adding to the parent box (1.18 KB, patch)
2011-03-08 17:23 UTC, Cosimo Cecchi
none Details | Review

Description Cosimo Cecchi 2011-03-08 17:23:21 UTC
I don't know if this is because of a bug in GTK+ or if it's supposed to work this way, anyway it's a simple fix.
Comment 1 Cosimo Cecchi 2011-03-08 17:23:23 UTC
Created attachment 182846 [details] [review]
window: set the style class before adding to the parent box

Otherwise buttons won't get the new style.
Comment 2 Frederic Peters 2011-03-22 21:04:53 UTC
commit 3720024dbf0fd9bf4aa3f668a4fb63f36097b7ad
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 8 12:22:19 2011 -0500

    window: set the style class before adding to the parent box
    
    Otherwise buttons won't get the new style.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644221