/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

  • Committer: Scott Scriven
  • Date: 2008-07-10 06:23:54 UTC
  • Revision ID: ubuntu@toykeeper.net-20080710062354-tfrqs1jflq2alkv1
The 'vis' treeview was updating twice per cursor motion.  Fixed.
(this makes the diff panel less slow)
The root cause might be a bug in pygtk.  The TreeView widget was 
emitting 'cursor-changed' twice instead of once, so this patch works 
around the issue by using only the first event per cursor position.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 450.3.3 17 years ago Jelmer Vernooij Split identity settings out of main preferences wi 2.3 KB Diff Download File
identity.py 450.3.3 17 years ago Jelmer Vernooij Split identity settings out of main preferences wi 3.5 KB Diff Download File
plugins.py 450.1.14 17 years ago Jelmer Vernooij Fix regressions in plugins tab. 4.1 KB Diff Download File