/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 __init__.py

  • Committer: Robert Collins
  • Date: 2007-07-08 01:43:58 UTC
  • mto: This revision was merged to the branch mainline in revision 216.
  • Revision ID: robertc@robertcollins.net-20070708014358-cntvyps4zhj13alc
Unbreak inspect of commits due to misunderstanding of pynotify api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
                    from bzrlib.plugins.gtk.branch import BranchDialog
534
534
                    bd = BranchDialog(remote_path=url)
535
535
                    bd.run()
536
 
                nw.add_action("clicked", "Inspect", start_viz, None)
537
 
                nw.add_action("clicked", "Branch", start_branch, None)
 
536
                nw.add_action("inspect", "Inspect", start_viz, None)
 
537
                nw.add_action("branch", "Branch", start_branch, None)
538
538
                nw.set_timeout(5000)
539
539
                nw.show()
540
540
            except Exception, e: