GNOME Bugzilla – Bug 326844
Scale Series: Prevent rename .jpg to .jpeg
Last modified: 2006-03-05 14:54:58 UTC
Please describe the problem: My camera save file with .jpg extension. To scale images in Scale Images dialog I select overwrite mode = overwrite and image type = JPEG. I expect that in "overwrite mode" old images will be replaced with new ones, but after scale there are old images with .jpg extension and new ones with .jpeg Steps to reproduce: 1. Select several photos with .jpg extension 2. Select Scale Images, select overwrite mode = overwrite and image type = JPEG 3. Click scale Actual results: both old images .jpg and new .jpeg exists Expected results: only .jpg images (overwrited) Does this happen every time? yes Other information:
Created attachment 57278 [details] [review] bug fix Also in file gth-batch-op.c line 454 I added remove_scheme_from_uri to first arg of strcmp, because path appears in format file:///path/file which lead to file delete (when remove original was checked).
patch applied to CVS, thanks.