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)
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950899 Title: software-center crashed with TypeError in function(): unknown type (null) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/950899/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs