[gnome-photos] operation-insta-filter: Don't let "insta" appear in the XML
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] operation-insta-filter: Don't let "insta" appear in the XML
- Date: Fri, 4 Mar 2016 17:20:20 +0000 (UTC)
commit e67ae0dd565f08865296264619a73eaa3732e199
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Mar 4 14:21:23 2016 +0100
operation-insta-filter: Don't let "insta" appear in the XML
Since the XML is created with the GeglOperation's "name" key, use a
different value for it, and move "photos:insta-filter" to the
"compat-name". A more generic name leaves the door open for adding
effects that are not inspired by Instagram, and further distances us
from any possible trademark issues.
src/photos-operation-insta-filter.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-operation-insta-filter.c b/src/photos-operation-insta-filter.c
index 7de0017..44c7375 100644
--- a/src/photos-operation-insta-filter.c
+++ b/src/photos-operation-insta-filter.c
@@ -257,7 +257,8 @@ photos_operation_insta_filter_class_init (PhotosOperationInstaFilterClass *class
G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
gegl_operation_class_set_keys (operation_class,
- "name", "photos:insta-filter",
+ "name", "photos:magic-filter",
+ "compat-name", "photos:insta-filter",
"title", "Insta Filter",
"description", "Apply a preset filter to an image",
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]