GNOME Bugzilla – Bug 699929
GtkCheckMenuItem: remove an unused boolean field
Last modified: 2013-05-09 16:04:47 UTC
See patch.
Created attachment 243584 [details] [review] GtkCheckMenuItem: remove an unused boolean field always_show_toggle was always set to TRUE in _init() and never changed from anywhere else. Remove it and remove the if() statements based on it.
Created attachment 243585 [details] [review] GtkCheckMenuItem: remove an unused boolean field always_show_toggle was always set to TRUE in _init() and never changed from anywhere else. Remove it and remove the if() statements based on it. Sorry -- obvious git mishap in the previous patch.
Review of attachment 243585 [details] [review]: Looks good to me
Attachment 243585 [details] pushed as 434dfc2 - GtkCheckMenuItem: remove an unused boolean field