GNOME Bugzilla – Bug 650807
Reuse filechooserpreview in the missing files dialog
Last modified: 2011-07-06 08:33:01 UTC
When you try to load a project that has missing files (because they moved/were renamed), you are presented with a file chooser to specify the new location of the files. Since bug #586003 has been implemented, maybe it could be possible to reuse filechooserpreview to make it even easier for users to find the file they're looking for.
Created attachment 191272 [details] [review] Use PreviewWidget in missing file chooser Attached patch just does what's in SourceList, but for the missing file chooser. Is this how you meant for it to be done?
Review of attachment 191272 [details] [review]: I can't believe it was so simple :) Looks good to me.
This has now been committed to master. Thanks for your contribution, James :) commit dde02390bf3f6e25d557e7a125fd543e4a15a5eb Author: James Putt <putt.james@gmail.com> Date: Tue Jul 5 22:03:16 2011 -0400 Reuse filechooserpreview in the missing files dialog Fixes bug #650807
Just a drop in the bucket of an awesome project!