/b-gtk/fix-viz

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

« back to all changes in this revision

Viewing changes to viz/treeview.py

  • Committer: Daniel Schierbeck
  • Date: 2007-10-21 12:08:32 UTC
  • Revision ID: daniel.schierbeck@gmail.com-20071021120832-owm5y6ed4666x1og
Moved branch locking from the treeview to the branchwin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        self.treeview.grab_focus()
93
93
 
94
94
    def populate(self, start, maxnum):
95
 
        self.branch.lock_read()
96
 
 
97
95
        (linegraphdata, index, columns_len) = linegraph(self.branch,
98
96
                                                        start,
99
97
                                                        maxnum)