/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: Jelmer Vernooij
  • Date: 2007-02-03 12:35:55 UTC
  • Revision ID: jelmer@samba.org-20070203123555-ulewrsm062evq90q
Remove a bunch of duplicate functionality. 
There is now one LogView widget that shows revision information and is used 
from both annotate and viz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
            
249
249
            checkout.destroy()
250
250
    
 
251
    @show_bzr_error
251
252
    def on_menuitem_branch_commit_activate(self, widget):
252
253
        """ Branch/Commit... menu handler. """
253
254
        commit = CommitDialog(self.wt, self.wtpath, self.notbranch, self.get_selected_right(), self.window)