GNOME Bugzilla – Bug 524187
gtk.Button's use_underline constructor argument doesn't work
Last modified: 2008-06-21 18:40:30 UTC
According to the manual, use_underline is True by default. But this test fails: assert gtk.Button().get_use_underline() and this too: assert gtk.Button(use_underline = True).get_use_underline() It seems like the use_underline argument gets disrespected.
Created attachment 107943 [details] [review] fix Sounds like marginally important but still a bug.
Comment on attachment 107943 [details] [review] fix I think this is good. Gustavo, do you have any comments? A test case would definitely help!
Created attachment 108019 [details] [review] fix and simple test (fails before, passes after)
Sending ChangeLog Sending gtk/gtk.override Sending tests/Makefile.am Adding tests/test_button.py Transmitting file data .... Committed revision 2995.