/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-08-24 14:00:55 UTC
  • mfrom: (266.1.1 trunk-matkor)
  • Revision ID: szilveszter.farkas@gmail.com-20070824140055-4cztue3dj023c7vz
Merge quick push fix from Mateusz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
581
581
    
582
582
    def on_menuitem_branch_push_activate(self, widget):
583
583
        """ Branch/Push... menu handler. """
584
 
        push = PushDialog(self.wt.branch, self.window)
 
584
        push = PushDialog(repository=None,revid=None,branch=self.wt.branch, parent=self.window)
585
585
        response = push.run()
586
586
        if response != gtk.RESPONSE_NONE:
587
587
            push.destroy()