summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-04-23 17:40:15 +0000
committerMartin Owens <doctormo@gmail.com>2013-04-23 17:40:15 +0000
commita40d9996c9252ebf79b951e0023340870f0347af (patch)
tree3a447265699a18d5e5b399ef3aaaa780a773f193 /src/verbs.cpp
parentAllow out of src building for wildcard Makes (diff)
downloadinkscape-a40d9996c9252ebf79b951e0023340870f0347af.tar.gz
inkscape-a40d9996c9252ebf79b951e0023340870f0347af.zip
Allow multiple groups to be symbolised and replace groups with clones.
(bzr r12300)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 4777e168c..ec7cad8dd 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -955,7 +955,7 @@ void EditVerb::perform(SPAction *action, void *data)
sp_selection_untile(dt);
break;
case SP_VERB_EDIT_SYMBOL:
- sp_selection_symbol(dt);
+ sp_selection_symbols(dt);
break;
case SP_VERB_EDIT_UNSYMBOL:
sp_selection_unsymbol(dt);