summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-12 20:15:38 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-12 20:15:38 +0000
commit3697b9ed4fa85fc4deb9a9069dc7397fbedc2003 (patch)
treeb1e8aa49ce94542b41231eb36c6e804ec2b3e08c /src/selection-chemistry.cpp
parentupdate to trunk (diff)
parentincorrect gradient transform on copy&paste.. committing for mathog (diff)
downloadinkscape-3697b9ed4fa85fc4deb9a9069dc7397fbedc2003.tar.gz
inkscape-3697b9ed4fa85fc4deb9a9069dc7397fbedc2003.zip
update to trunk
(bzr r11950.1.291)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index fad2dff5b..5a981c6a0 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -794,7 +794,7 @@ void sp_selection_ungroup(Inkscape::Selection *selection, SPDesktop *desktop)
GSList *groups = NULL;
for (GSList *item = old_select; item; item = item->next) {
SPItem *obj = static_cast<SPItem*>(item->data);
- if (SP_IS_GROUP(obj) && !SP_IS_SWITCH(obj)) {
+ if (SP_IS_GROUP(obj)) {
groups = g_slist_prepend(groups, obj);
}
}