mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
f7b0a82cf3
commit
9ef88f3c88
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue