Oliver Rapp e-mailed me on Sun Mar 24 12:20:37 2002
(Re: "[Gimp-developer] Bug in Open file Preview")
>
>I've found a bug in the "Open file..." Dialog and the preview option. I 
>don't know, if it's already reported.
>
>If you select several images and click on the preview button, gimp 
>leaves out every second image and does not index them. You have to 
>manually select the images and click on the preview button.

Yup, I noticed this as well.  Just now looking at the code, there is an
extra call for the next element that shouldn't be there.

Comment out line 1577 in app/fileops.c:

   list = g_slist_next (list);

This call/assignment is made in the for loop definition and should not be
done here (at the end of the for loop).

-- 
Nem W Schlecht                   [EMAIL PROTECTED]
Empyreal Technologies    http://www.emptec.com/
"Perl did the magic.  I just waved the wand."
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to