From 11c97f5a246ff2da7284079bb295e063248035d6 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 11 Feb 2007 22:37:10 +0000 Subject: [PATCH] allow grouping a single object --- src/selection-chemistry.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index feddc9e29..541d04fff 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -437,18 +437,12 @@ void sp_selection_group() // Check if something is selected. if (selection->isEmpty()) { - desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select two or more objects to group.")); + desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select some objects to group.")); return; } GSList const *l = (GSList *) selection->reprList(); - // Check if at least two objects are selected. - if (l->next == NULL) { - desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select at least two objects to group.")); - return; - } - GSList *p = g_slist_copy((GSList *) l); selection->clear(); -- 2.30.2