app: re-add "gegl:hstack" to blacklist.

This was removed by commit 38b18de709 because this operation doesn't
exist anymore and was replaced years ago. Even though it was not wrong,
let's be over-cautious rather than not enough. What if someone had still
a binary of this old operation lying around?

This doesn't cost much to keep it in the list, so let's just do it (with
a comment to still document it doesn't even exist anymore).
This commit is contained in:
Jehan 2025-02-17 22:29:57 +01:00
parent f7b0a82cf3
commit 9ef88f3c88

View file

@ -616,6 +616,7 @@ gimp_gegl_op_blacklisted (const gchar *name,
"gegl:ditto", /* pointless */
"gegl:fill-path",
"gegl:gray", /* we use gimp's op */
"gegl:hstack", /* deleted from GEGL and replaced by gegl:pack */
"gegl:introspect", /* pointless */
"gegl:layer", /* we use gimp's ops */
"gegl:lcms-from-profile", /* not usable here */