GNOME Bugzilla – Bug 732361
Drop default values for check buttons from ui file
Last modified: 2014-07-08 15:40:49 UTC
Setting an xalign of 0.5 and expecting the following setting of draw-indicator to TRUE to neutralize it is somewhat fragile. It only worked because GTK+ was doing redundant property notification. Now that GTK+ uses G_PARAM_EXPLICIT_NOTIFY, it no longer works.
Created attachment 279440 [details] [review] Drop default values for check buttons from ui file
this has been worked around in gtk for now.
Ok, so let's defer this until after bug 724110 since merge conflicts in glade are so ugly to handle :-)
Created attachment 280156 [details] [review] profile: Drop default values for check buttons Rebased against master.