From 3e3607e37584c4688dcaf35bac415a409893adef Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Thu, 7 May 2015 17:42:37 +0200 Subject: Exporting. Fix for Bug #1452560 (Rectangles missing from saved SIF). Fixed bugs: - https://launchpad.net/bugs/1452560 (bzr r14120) --- share/extensions/synfig_prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/extensions/synfig_prepare.py b/share/extensions/synfig_prepare.py index c6ad48c97..ebc50fd8e 100755 --- a/share/extensions/synfig_prepare.py +++ b/share/extensions/synfig_prepare.py @@ -86,7 +86,7 @@ class InkscapeActionGroup(object): def select_id(self, object_id): """Select object with given id""" - self.command += "--select='%s' " % (object_id) + self.command += "--select=%s " % (object_id) if not self.has_selection: self.has_selection = True -- cgit v1.2.3