mirror of https://github.com/GNOME/gimp.git
app/tools/gimpgegltool.c: blacklist lcms-from-profile
This commit is contained in:
parent
d6f916a3c2
commit
c4cd3c6562
|
@ -203,6 +203,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||
"gegl:hstack", /* pointless */
|
||||
"gegl:introspect", /* pointless */
|
||||
"gegl:layer", /* we use gimp's ops */
|
||||
"gegl:lcms-from-profile", /* not usable here */
|
||||
"gegl:linear-gradient", /* we use the blend tool */
|
||||
"gegl:matting-global", /* used in the foreground select tool */
|
||||
"gegl:opacity", /* poinless */
|
||||
|
|
Loading…
Reference in New Issue