tags 517913 pending
thanks

Don't know how that slipped through. Fixed in next release.

Thanks for the report.

--- a/bin/gscan2pdf
+++ b/bin/gscan2pdf
@@ -7981,6 +7981,8 @@
}
else {
(undef, $filename) = tempfile(DIR => $SETTING{session}, SUFFIX => ".$format");
+ copy($slist->{data}[$pages[0]][2], $filename) or
+ show_message_dialog($window, 'error', 'close', $d->get('Error copying page'));
}
$slist->{data}[$pages[0]][2] = $filename;
system("gimp $filename");

Reply via email to