/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/branchwin.py

  • Committer: Jelmer Vernooij
  • Date: 2008-07-01 14:42:56 UTC
  • Revision ID: jelmer@samba.org-20080701144256-x17f3oumt80tgl9j
Show results in search window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
 
477
477
    def _branch_search_cb(self, w):
478
478
        from bzrlib.plugins.gtk.search import SearchDialog
479
 
        SearchDialog(self).run()
 
479
        SearchDialog(self.branch).run()
480
480
 
481
481
    def _about_dialog_cb(self, w):
482
482
        from bzrlib.plugins.gtk.about import AboutDialog