summaryrefslogtreecommitdiff
path: root/lib/extensions/object_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/object_commands.py')
-rw-r--r--lib/extensions/object_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/object_commands.py b/lib/extensions/object_commands.py
index d33ab2ba..f1c2fb46 100644
--- a/lib/extensions/object_commands.py
+++ b/lib/extensions/object_commands.py
@@ -12,7 +12,7 @@ class ObjectCommands(CommandsExtension):
if not self.get_elements():
return
- if not self.selected:
+ if not self.svg.selected:
inkex.errormsg(_("Please select one or more objects to which to attach commands."))
return