~mvo/software-center/pygi-properties-fixes

Viewing all changes in revision 2929.1.1.

  • Committer: Michael Vogt
  • Date: 2012-03-29 10:20:51 UTC
  • mto: (2929.4.2 treeview-state)
  • mto: This revision was merged to the branch mainline in revision 2930.
  • Revision ID: michael.vogt@ubuntu.com-20120329102051-v26qm402xna5dx4b
softwarecenter/ui/gtk3/widgets/apptreeview.py: use the model supplied in _cell_data_func_cb() instead of the "appmodel" property. The appmodel property will in this case return the underlying model of the treefilter and that causes the treefilter and the child-model to get out of sync. Plus calling row_changed on the underlying model instead of the treefilter causes InstalledPane._row_visibility_func() to be called with the wrong iterator (#950899 and #966879)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: