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

  • Committer: Curtis Hovey
  • Date: 2011-09-03 01:25:04 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110903012504-0jr4diz9033g5df2
Menu fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        self.submit_branch = BranchSelectionBox(self.branch.get_submit_branch())
62
62
        table.attach(self.submit_branch, 1, 2, 1, 2, Gtk.AttachOptions.FILL, Gtk.AttachOptions.FILL)
63
63
 
64
 
        # TODO: Display number of revisions to be sent whenever 
 
64
        # TODO: Display number of revisions to be send whenever 
65
65
        # submit branch changes
66
66
 
67
67
        label = Gtk.Label()