GNOME Bugzilla – Bug 734649
Only notify 'adjustment' if the property changed
Last modified: 2014-08-12 12:13:31 UTC
We only notify a property when it has actually changed, except in gtk_spin_button_set_adjustment where it emits the notification even if the new adjustment is the same as the old one and nothing changed.
Created attachment 283167 [details] [review] GtkSpinButton: Only notify 'adjustment' if the property changed
Comment on attachment 283167 [details] [review] GtkSpinButton: Only notify 'adjustment' if the property changed Thanks for the review, Benjamin.