/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 branchview/treeview.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-30 08:33:37 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: jelmer@samba.org-20111030083337-lp4rzqurtktxr2l8
Fix number of arguments to gtk.Menu.popup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
                [self.get_revision().revision_id],
459
459
                self.branch)
460
460
            menu.connect('tag-added', lambda w, t, r: self.add_tag(t, r))
461
 
            menu.popup(None, None, None, event.button, event.get_time())
 
461
            menu.popup(None, None, None, None, event.button, event.get_time())
462
462
 
463
463
    def _on_revision_activated(self, widget, path, col):
464
464
        self.emit('revision-activated', path, col)