From cc24d42a842c14a1f736ff13c684d841c005c13a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?SimaMoto=2CRy=C5=8DTa?= <rsimamoto@src.gnome.org>
Date: Sat, 16 Nov 2013 13:04:32 +0900
Subject: [PATCH] Change category of two scripts

* "Apply Lens" (apply_lens.xml) is moved
     from "Light and Shadow" to "Distort".
* "Glass Tile" (glasstile.xml) is moved
     from "Light and Shadow" to "Artistic".
---
 src/filters/artistic.xml         | 1 +
 src/filters/distort.xml          | 1 +
 src/filters/light-and-shadow.xml | 3 ---
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/filters/artistic.xml b/src/filters/artistic.xml
index 4c7d2c9..13bd3a4 100644
--- a/src/filters/artistic.xml
+++ b/src/filters/artistic.xml
@@ -15,6 +15,7 @@
   <xi:include href="artistic/clothify.xml"/>
   <xi:include href="artistic/cubism.xml"/>
   <xi:include href="artistic/GIMPressionist.xml"/>
+  <xi:include href="../light-and-shadow/glasstile.xml"/>
   <xi:include href="artistic/oilify.xml"/>
   <xi:include href="artistic/photocopy.xml"/>
   <xi:include href="artistic/predator.xml"/>
diff --git a/src/filters/distort.xml b/src/filters/distort.xml
index 7bc0425..fa5b411 100644
--- a/src/filters/distort.xml
+++ b/src/filters/distort.xml
@@ -18,6 +18,7 @@
     </mediaobject>
   </figure>
   <xi:include href="distort/introduction.xml"/>
+  <xi:include href="../light-and-shadow/apply_lens.xml"/>
   <xi:include href="distort/blinds.xml"/>
   <xi:include href="distort/curve_bend.xml"/>
   <xi:include href="distort/emboss.xml"/>
diff --git a/src/filters/light-and-shadow.xml b/src/filters/light-and-shadow.xml
index 12fc53f..c6e7d91 100644
--- a/src/filters/light-and-shadow.xml
+++ b/src/filters/light-and-shadow.xml
@@ -33,7 +33,4 @@
   <xi:include href="light-and-shadow/drop-shadow.xml"/>
   <xi:include href="light-and-shadow/perspective-shadow.xml"/>
   <xi:include href="light-and-shadow/xach-effect.xml"/>
-  <!-- Glass Effects -->
-  <xi:include href="light-and-shadow/apply_lens.xml"/>
-  <xi:include href="light-and-shadow/glasstile.xml"/>
 </sect1>
-- 
1.8.4.2

