Code

Updated the JessyInk extensions to version 1.5.5.
[inkscape.git] / share / extensions / jessyInk_video.py
index 222670b35fe4f9ada3a8371a28079c3519136aed..51c73494b4597a7a5ed2d584cd141ee92d664eb2 100755 (executable)
@@ -43,7 +43,7 @@ class JessyInk_Effects(inkex.Effect):
 
        def effect(self):
                # Check version.
-               scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.5.4']", namespaces=inkex.NSS)
+               scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.5.5']", namespaces=inkex.NSS)
 
                if len(scriptNodes) != 1:
                        inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))