diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-04-23 17:40:15 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-04-23 17:40:15 +0000 |
| commit | a40d9996c9252ebf79b951e0023340870f0347af (patch) | |
| tree | 3a447265699a18d5e5b399ef3aaaa780a773f193 /src/verbs.cpp | |
| parent | Allow out of src building for wildcard Makes (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
