/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 annotate/gannotate.py

  • Committer: v.ladeuil+lp at free
  • Date: 2006-12-15 14:26:23 UTC
  • mto: (66.6.5 gtk)
  • mto: This revision was merged to the branch mainline in revision 128.
  • Revision ID: v.ladeuil+lp@free.fr-20061215142623-irwfo132k8wa8mwd
Realbetter fix for bug #73965.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
 
239
239
    def _search_by_text(self, accel_group, window, key, modifiers):
240
240
        self._search.show_for('text')
241
 
        self._search.set_target(self.annoview, self.annomodel, TEXT_LINE_COL)
 
241
        self._search.set_target(self.annoview, TEXT_LINE_COL)
242
242
 
243
243
    def _search_by_line(self, accel_group, window, key, modifiers):
244
244
        self._search.show_for('line')
245
 
        self._search.set_target(self.annoview, self.annomodel, LINE_NUM_COL)
 
245
        self._search.set_target(self.annoview, LINE_NUM_COL)
246
246
 
247
247
    def row_diff(self, tv, path, tvc):
248
248
        row = path[0]