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 619096 - allow RecursiveFileEnumerator to enumerate a single file
allow RecursiveFileEnumerator to enumerate a single file
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: Import
GIT
Other All
: Normal normal
: 0.7.0
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-19 15:02 UTC by Mike Gemünde
Modified: 2010-06-08 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
allow RecursiveFileEnumerator to enumerate a single file (2.03 KB, patch)
2010-05-19 15:02 UTC, Mike Gemünde
committed Details | Review

Description Mike Gemünde 2010-05-19 15:02:29 UTC
The current implementation of RecursiveFileEnumerator only enumerates
directories and fails on single files. This lead to crashes when e.g.
files are dragged to the main window. This path allows to also 
enumerate single files.
Comment 1 Mike Gemünde 2010-05-19 15:02:31 UTC
Created attachment 161453 [details] [review]
allow RecursiveFileEnumerator to enumerate a single file
Comment 2 Ruben Vermeersch 2010-05-19 15:07:14 UTC
Attachment 161453 [details] pushed as 631d084 - allow RecursiveFileEnumerator to enumerate a single file

Merged!