/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-09-17 21:23:30 UTC
  • mfrom: (275.1.8 feature.destroy-windows)
  • Revision ID: szilveszter.farkas@gmail.com-20070917212330-4hpgmm4rb6gxbs6u
Merged Daniel Schierbeck's branch with HIG-related fixes.

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: