[sulfur] properly set background color of UGC icon cell in treeview

This commit is contained in:
Fabio Erculiani
2010-01-26 21:57:01 +01:00
parent a4b7b05498
commit 48a0e3079a
+2
View File
@@ -2049,6 +2049,8 @@ class EntropyPackageView:
cell.set_property('visible', False)
return
self.set_line_status(pkg, cell)
dummy_types = (SulfurConf.dummy_category, SulfurConf.dummy_empty)
if pkg.dummy_type in dummy_types:
cell.set_property('visible', False)