summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-20 09:01:17 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-20 09:01:17 +0000
commit3c593bb8da3357514ff5b4f3154d08c4508ad47e (patch)
treeb6f8b8a12882dee4979d42630af44aa90c046f3d /src/ui/interface.cpp
parentRenamed children list in SPObject (diff)
downloadinkscape-3c593bb8da3357514ff5b4f3154d08c4508ad47e.tar.gz
inkscape-3c593bb8da3357514ff5b4f3154d08c4508ad47e.zip
Changed arguments and names of selection chemistry functions
(bzr r14954.1.22)
Diffstat (limited to 'src/ui/interface.cpp')
-rw-r--r--src/ui/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index bcf055654..d19526105 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -1916,7 +1916,7 @@ void ContextMenu::MakeGroupMenu(void)
void ContextMenu::ActivateGroup(void)
{
- sp_selection_group(_desktop->selection, _desktop);
+ sp_selection_group_ui(_desktop->selection, _desktop);
}
void ContextMenu::ActivateUngroup(void)