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 645172 - radiobutton: don't forget to set the insensitive state when updating
radiobutton: don't forget to set the insensitive state when updating
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-18 19:01 UTC by Cosimo Cecchi
Modified: 2011-03-18 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
radiobutton: don't forget to set the insensitive state when updating (911 bytes, patch)
2011-03-18 19:01 UTC, Cosimo Cecchi
none Details | Review

Description Cosimo Cecchi 2011-03-18 19:01:02 UTC
This fixes radiobutton sensitivity mismatches.
Comment 1 Cosimo Cecchi 2011-03-18 19:01:10 UTC
Created attachment 183750 [details] [review]
radiobutton: don't forget to set the insensitive state when updating
Comment 2 Cosimo Cecchi 2011-03-18 19:13:38 UTC
Pushed a better fix that mimics GtkToggleButton update_state() behavior.