Comment 14 for bug 950899

Revision history for this message
Michael Vogt (mvo) wrote :

The following diff fixes it.

=== modified file 'softwarecenter/ui/gtk3/widgets/apptreeview.py'
--- softwarecenter/ui/gtk3/widgets/apptreeview.py 2012-03-22 23:32:06 +0000
+++ softwarecenter/ui/gtk3/widgets/apptreeview.py 2012-03-29 10:01:37 +0000
@@ -504,7 +504,7 @@
             cell.set_property('isactive', False)
             i = self._needs_collapse.index(path)
             del self._needs_collapse[i]
- model.row_changed(path, it)
+ #model.row_changed(path, it)
             return

         cell.set_property('isactive', path == self.expanded_path)