/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: 2006-09-30 09:18:20 UTC
  • mto: (0.14.3 main)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060930091820-6156fa15ca973fd5
Checkout cleaned up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
    def on_menuitem_branch_checkout_activate(self, widget):
208
208
        """ Branch/Checkout... menu handler. """
209
209
        from checkout import OliveCheckout
210
 
        checkout = OliveCheckout()
 
210
        checkout = OliveCheckout(self.get_path())
211
211
        checkout.display()
212
212
    
213
213
    def on_menuitem_branch_commit_activate(self, widget):