diff --git a/sulfur/src/sulfur/views.py b/sulfur/src/sulfur/views.py index 235b0aeb1..58d1697ba 100644 --- a/sulfur/src/sulfur/views.py +++ b/sulfur/src/sulfur/views.py @@ -1543,7 +1543,8 @@ class EntropyPackageView: for x in self.selected_objs: key, slot = x.keyslot m = self.Equo.atom_match(key, match_slot = slot) - if m[0] != -1: objs.append(m) + if m[0] != -1: + objs.append(x) busy_cursor(self.main_window) if objs: