After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637424 - Optimization - remove spurious gtk adjustment change
Optimization - remove spurious gtk adjustment change
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-17 01:16 UTC by Alban Browaeys
Modified: 2010-12-17 10:39 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
remove two spurious gtk_adjustment_changed (1.06 KB, patch)
2010-12-17 01:16 UTC, Alban Browaeys
committed Details | Review
icon-container: remove spurious call to gtk_adjustment_changed() (1.10 KB, patch)
2010-12-17 10:39 UTC, Cosimo Cecchi
committed Details | Review

Description Alban Browaeys 2010-12-17 01:16:31 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 .
Comment 1 Cosimo Cecchi 2010-12-17 10:39:20 UTC
The following fix has been pushed:
42865d5 icon-container: remove spurious call to gtk_adjustment_changed()
Comment 2 Cosimo Cecchi 2010-12-17 10:39:26 UTC
Created attachment 176581 [details] [review]
icon-container: remove spurious call to gtk_adjustment_changed()