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

  • Committer: matkor
  • Date: 2007-08-23 10:17:40 UTC
  • mto: This revision was merged to the branch mainline in revision 265.
  • Revision ID: matkor@laptop-hp-20070823101740-s17kf9qa383wiuje
Code for "branch update" menuitem and toolbox. Typo fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
            item = gtk.MenuItem("_Merge Directive")
53
53
            item.connect('activate', self.store_merge_directive)
54
 
            # FIXME: self.append(item)
 
54
            self.append(item)
55
55
            self.show_all()
56
56
 
57
57
    def store_merge_directive(self, item):