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 625028 - Don't Rescan if RecurseSubdirectories property does not change
Don't Rescan if RecurseSubdirectories property does not change
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: Import
GIT
Other Linux
: Normal normal
: 0.7.2
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-22 11:48 UTC by Paul Wellner Bou
Modified: 2010-07-22 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid unneeded rescan (1.02 KB, patch)
2010-07-22 11:54 UTC, Paul Wellner Bou
committed Details | Review

Description Paul Wellner Bou 2010-07-22 11:48:16 UTC
If the setter of RecurseSubdirectories in ImportController is called, a rescan is started without checking if the property is changed actually.
Comment 1 Paul Wellner Bou 2010-07-22 11:54:06 UTC
Created attachment 166380 [details] [review]
Avoid unneeded rescan
Comment 2 Ruben Vermeersch 2010-07-22 11:59:28 UTC
Attachment 166380 [details] pushed as e54da53 - Avoid unneeded rescan


Pushed with a small whitespace change. Good catch!