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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user