/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 olive/__init__.py

  • Committer: Gary van der Merwe
  • Date: 2007-09-20 21:57:46 UTC
  • mfrom: (278 trunk)
  • mto: (256.2.54 gtk)
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070920215746-l2pcdqlj73q4luug
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
679
679
        branch = self.wt.branch
680
680
        file_id = self.wt.path2id(self.wt.relpath(os.path.join(self.path, self.get_selected_right())))
681
681
        
682
 
        window = GAnnotateWindow(all=False, plain=False)
 
682
        window = GAnnotateWindow(all=False, plain=False, parent=self.window)
683
683
        window.set_title(os.path.join(self.path, self.get_selected_right()) + " - Annotate")
684
684
        config = GAnnotateConfig(window)
685
685
        window.show()
742
742
    
743
743
    def on_menuitem_stats_log_activate(self, widget):
744
744
        """ Statistics/Log... menu handler. """
745
 
        window = branchwin.BranchWindow()
 
745
        window = branchwin.BranchWindow(parent=self.window)
746
746
        if not self.remote:
747
747
            window.set_branch(self.wt.branch, self.wt.branch.last_revision(), None)
748
748
        else: