Sven,

> That last line is wrong since you never owned a reference on that
> image and it is already gone at that point. It should read instead:
> 
>   gint newImage = gimp_file_load (...);
>   gimp_displays_reconnect (oldImage, newImage);
>   gimp_image_delete (newImage);

I think I tried that without success, but I'll update to the latest version and 
try again. Thanks.

-- David


This message was sent through MyMail http://www.mymail.com.au


_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to