304
304
self._button_commit = gtk.Button(_("Comm_it"), use_underline=True)
305
305
self._button_commit.connect('clicked', self._on_commit_clicked)
306
306
self._button_commit.set_flags(gtk.CAN_DEFAULT)
307
308
self.action_area.pack_end(self._button_commit)
309
311
def _add_to_right_table(self, widget, weight, expanding=False):
310
312
"""Add another widget to the table