Code

Updated the JessyInk extensions to version 1.5.5.
[inkscape.git] / share / extensions / jessyInk_masterSlide.py
index 41f0f8c7134080b737ad38d898c71cd7932f708c..c29922d9412bb0c93a440600a3a5f54a8852f64e 100755 (executable)
@@ -40,7 +40,7 @@ class JessyInk_MasterSlide(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"))