GNOME Bugzilla – Bug 637424
Optimization - remove spurious gtk adjustment change
Last modified: 2010-12-17 10:39:26 UTC
Created attachment 176569 [details] [review] remove two spurious gtk_adjustment_changed This patch removes two gtk_adjustment_changed calls which happens after gtk_adjustment_set_step_increment which itself trigger those gtk_adjustment_changed .
The following fix has been pushed: 42865d5 icon-container: remove spurious call to gtk_adjustment_changed()
Created attachment 176581 [details] [review] icon-container: remove spurious call to gtk_adjustment_changed()