summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-12 16:19:05 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-12 16:19:05 +0000
commit6c1b4f1bf3d31fde6158f1c040088b47055f97d0 (patch)
treeca0d9350681377e08f420d0ef4d7a29a700601f6 /share/extensions
parentadded new perspective script's inx file to POTFILES.in (diff)
downloadinkscape-6c1b4f1bf3d31fde6158f1c040088b47055f97d0.tar.gz
inkscape-6c1b4f1bf3d31fde6158f1c040088b47055f97d0.zip
fix 1633451: mark the help commands as not needing the document and avoid saving/reading/parsing errors when running them
(bzr r2194)
Diffstat (limited to 'share/extensions')
-rw-r--r--share/extensions/inkscape_help_commandline.inx2
-rw-r--r--share/extensions/inkscape_help_faq.inx2
-rw-r--r--share/extensions/inkscape_help_manual.inx2
-rw-r--r--share/extensions/inkscape_help_relnotes.inx2
-rw-r--r--share/extensions/inkscape_help_reportabug.inx2
-rw-r--r--share/extensions/inkscape_help_svgspec.inx2
6 files changed, 6 insertions, 6 deletions
diff --git a/share/extensions/inkscape_help_commandline.inx b/share/extensions/inkscape_help_commandline.inx
index 9fe1171c5..23771f857 100644
--- a/share/extensions/inkscape_help_commandline.inx
+++ b/share/extensions/inkscape_help_commandline.inx
@@ -2,7 +2,7 @@
<_name>Command Line Options</_name>
<id>org.inkscape.help.commandline</id>
<dependency type="executable" location="extensions">webbrowser_commandline.py</dependency>
- <effect>
+ <effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
diff --git a/share/extensions/inkscape_help_faq.inx b/share/extensions/inkscape_help_faq.inx
index 58491b43d..dae3700a6 100644
--- a/share/extensions/inkscape_help_faq.inx
+++ b/share/extensions/inkscape_help_faq.inx
@@ -2,7 +2,7 @@
<_name>FAQ</_name>
<id>org.inkscape.help.faq</id>
<dependency type="executable" location="extensions">webbrowser_faq.py</dependency>
- <effect>
+ <effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
diff --git a/share/extensions/inkscape_help_manual.inx b/share/extensions/inkscape_help_manual.inx
index 5fd0e9141..1224f48c9 100644
--- a/share/extensions/inkscape_help_manual.inx
+++ b/share/extensions/inkscape_help_manual.inx
@@ -2,7 +2,7 @@
<_name>Inkscape Manual</_name>
<id>org.inkscape.help.manual</id>
<dependency type="executable" location="extensions">webbrowser_manual.py</dependency>
- <effect>
+ <effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
diff --git a/share/extensions/inkscape_help_relnotes.inx b/share/extensions/inkscape_help_relnotes.inx
index 8fc3ff120..c01f5b35c 100644
--- a/share/extensions/inkscape_help_relnotes.inx
+++ b/share/extensions/inkscape_help_relnotes.inx
@@ -2,7 +2,7 @@
<_name>New in This Version</_name>
<id>org.inkscape.help.relnotes</id>
<dependency type="executable" location="extensions">webbrowser_relnotes.py</dependency>
- <effect>
+ <effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
diff --git a/share/extensions/inkscape_help_reportabug.inx b/share/extensions/inkscape_help_reportabug.inx
index 47cc19cc5..4bd4387b9 100644
--- a/share/extensions/inkscape_help_reportabug.inx
+++ b/share/extensions/inkscape_help_reportabug.inx
@@ -2,7 +2,7 @@
<_name>Report a Bug</_name>
<id>org.inkscape.help.reportabug</id>
<dependency type="executable" location="extensions">webbrowser_reportabug.py</dependency>
- <effect>
+ <effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
diff --git a/share/extensions/inkscape_help_svgspec.inx b/share/extensions/inkscape_help_svgspec.inx
index 1da3288e3..2757c69da 100644
--- a/share/extensions/inkscape_help_svgspec.inx
+++ b/share/extensions/inkscape_help_svgspec.inx
@@ -2,7 +2,7 @@
<_name>SVG 1.1 Specification</_name>
<id>org.inkscape.help.svgspec</id>
<dependency type="executable" location="extensions">webbrowser_svgspec.py</dependency>
- <effect>
+ <effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>