summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-03-20 16:37:06 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-03-20 16:37:06 +0000
commitd295f19348fe3aacc36aa6d03209738aebf890df (patch)
tree4306d32b31062ffb7e9614716a0dd9029a6b7f0d
parentdesktop cutting plotter dxf output. ignore orphaned clones (Bug 957086) (diff)
downloadinkscape-d295f19348fe3aacc36aa6d03209738aebf890df.tar.gz
inkscape-d295f19348fe3aacc36aa6d03209738aebf890df.zip
Extensions. Removing org.ekips.filter.embedselectedimages from the extensions menu (see Bug #171842).
(bzr r11101)
-rw-r--r--share/extensions/embedselectedimages.inx23
1 files changed, 12 insertions, 11 deletions
diff --git a/share/extensions/embedselectedimages.inx b/share/extensions/embedselectedimages.inx
index 06d4c927f..aa159c6a9 100644
--- a/share/extensions/embedselectedimages.inx
+++ b/share/extensions/embedselectedimages.inx
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Embed Selected Images</_name>
- <id>org.ekips.filter.embedselectedimages</id>
- <dependency type="executable" location="extensions">embedimage.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="selectedonly" type="boolean" gui-hidden="true" _gui-text="Embed only selected images">true</param>
- <effect needs-live-preview="false">
- <object-type>all</object-type>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">embedimage.py</command>
- </script>
+ <_name>Embed Selected Images</_name>
+ <id>org.ekips.filter.embedselectedimages</id>
+ <dependency type="executable" location="extensions">embedimage.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <param name="selectedonly" type="boolean" gui-hidden="true" _gui-text="Embed only selected images">true</param>
+ <effect needs-live-preview="false">
+ <object-type>all</object-type>
+ <effects-menu hidden="true" />
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">embedimage.py</command>
+ </script>
</inkscape-extension>