[gegl] wind: add reference hash
- From: Thomas Manni <tmanni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] wind: add reference hash
- Date: Wed, 15 Mar 2017 13:37:34 +0000 (UTC)
commit 95f69f51e3ef0227e7ca6085aa2bc7aee6d3aeb5
Author: Thomas Manni <thomas manni free fr>
Date: Wed Mar 15 13:00:35 2017 +0100
wind: add reference hash
operations/common/wind.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/operations/common/wind.c b/operations/common/wind.c
index 86d3fb7..fc32a8b 100644
--- a/operations/common/wind.c
+++ b/operations/common/wind.c
@@ -666,11 +666,12 @@ gegl_op_class_init (GeglOpClass *klass)
operation_class->opencl_support = FALSE;
gegl_operation_class_set_keys (operation_class,
- "name", "gegl:wind",
- "title", _("Wind"),
- "categories", "distort",
- "license", "GPL3+",
- "description", _("Wind-like bleed effect"),
+ "name", "gegl:wind",
+ "title", _("Wind"),
+ "categories", "distort",
+ "license", "GPL3+",
+ "reference-hash", "c6085eb4de89cc8e25e2e9cfcd37730f",
+ "description", _("Wind-like bleed effect"),
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]