61
67
self.submit_branch = BranchSelectionBox(self.branch.get_submit_branch())
62
68
table.attach(self.submit_branch, 1, 2, 1, 2, Gtk.AttachOptions.FILL, Gtk.AttachOptions.FILL)
68
74
label.set_markup("<b>Email To:</b>")
69
75
table.attach(label, 0, 1, 2, 3, Gtk.AttachOptions.FILL, Gtk.AttachOptions.FILL)
72
78
mail_to = self.branch.get_config().get_user_option('submit_to')
74
80
submit_branch = self.submit_branch.get_branch()