* Bug #12014 fixed - dep_ut help was wrongly detailed.
-* Bug #12031 fixed - Changes in context of superblock
- did not always have effect.
+* Bug #12031 fixed - Changes in context of superblock did not always have
+ effect.
+
+* Bug #12162 fixed - tbx_build_blocks did not report errors.
Documentation
files = gif_tlbx + "/" + names(i) + [".png" ".jpg" ".gif"];
if ~or(isfile(files)) then
if ~generateBlockImage(block, gif_tlbx, names(i), "gif", %t) then
- error(msprintf(gettext("%s: Unable to export %s to %s.\n"),"tbx_build_blocks",names(i), gifFiles(i)));
+ error(msprintf(gettext("%s: Unable to export %s to %s.\n"),"tbx_build_blocks",names(i), files(i)));
end
end
files = svg_tlbx + "/" + names(i) + [".svg" ".png" ".jpg" ".gif"];
if ~or(isfile(files)) then
if ~generateBlockImage(block, svg_tlbx, names(i), "svg", %f) then
- error(msprintf(gettext("%s: Unable to export %s to %s.\n"),"tbx_build_blocks",names(i), svgFiles(i)));
+ error(msprintf(gettext("%s: Unable to export %s to %s.\n"),"tbx_build_blocks",names(i), files(i)));
end
end
end