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)
68
68
label.set_markup("<b>Email To:</b>")
69
69
table.attach(label, 0, 1, 2, 3, Gtk.AttachOptions.FILL, Gtk.AttachOptions.FILL)
72
72
mail_to = self.branch.get_config().get_user_option('submit_to')
74
74
submit_branch = self.submit_branch.get_branch()