/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-05-14 10:54:40 UTC
  • mto: (195.1.4 trunk)
  • mto: This revision was merged to the branch mainline in revision 199.
  • Revision ID: szilveszter.farkas@gmail.com-20070514105440-e5fhlftlp3r0bgmr
Fixed Branch -> Status in Olive (no more traceback).

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
        """ Branch/Status... menu handler. """
345
345
        from bzrlib.plugins.gtk.status import StatusDialog
346
346
        status = StatusDialog(self.wt, self.wtpath)
347
 
        status.display()
 
347
        response = status.run()
 
348
        if response != gtk.RESPONSE_NONE:
 
349
            status.destroy()
348
350
    
349
351
    def on_menuitem_branch_initialize_activate(self, widget):
350
352
        """ Initialize current directory. """