mirror of https://github.com/GNOME/gimp.git
app: keep sanity/blacklist gegl op lists alphabetically sorted
This commit is contained in:
parent
d4ef45bdbd
commit
b6c56a6ae9
|
@ -652,7 +652,6 @@ sanity_check_gegl_ops (void)
|
|||
"gegl:invert-linear",
|
||||
"gegl:lens-distortion",
|
||||
"gegl:lens-flare",
|
||||
"gegl:stereographic-projection",
|
||||
"gegl:mantiuk06",
|
||||
"gegl:map-absolute",
|
||||
"gegl:map-relative",
|
||||
|
@ -701,6 +700,7 @@ sanity_check_gegl_ops (void)
|
|||
"gegl:softglow",
|
||||
"gegl:spherize",
|
||||
"gegl:spiral",
|
||||
"gegl:stereographic-projection",
|
||||
"gegl:stretch-contrast",
|
||||
"gegl:stretch-contrast-hsv",
|
||||
"gegl:stress",
|
||||
|
|
|
@ -191,7 +191,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||
"gegl:invert-gamma",
|
||||
"gegl:lens-distortion",
|
||||
"gegl:lens-flare",
|
||||
"gegl:stereographic-projection",
|
||||
"gegl:mantiuk06",
|
||||
"gegl:maze",
|
||||
"gegl:median-blur",
|
||||
|
@ -233,6 +232,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||
"gegl:softglow",
|
||||
"gegl:spherize",
|
||||
"gegl:spiral",
|
||||
"gegl:stereographic-projection",
|
||||
"gegl:stretch-contrast",
|
||||
"gegl:stretch-contrast-hsv",
|
||||
"gegl:stress",
|
||||
|
|
Loading…
Reference in New Issue