[sulfur] fix EntropyPackageView.on_mask_activate call

This commit is contained in:
Fabio Erculiani
2010-03-10 14:41:56 +01:00
parent e9ae2fd188
commit bf5cbb2032
+2 -1
View File
@@ -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: