diff --git a/gramps/gui/views/navigationview.py b/gramps/gui/views/navigationview.py index 17e1ed0cf..789a60b98 100644 --- a/gramps/gui/views/navigationview.py +++ b/gramps/gui/views/navigationview.py @@ -354,7 +354,7 @@ class NavigationView(PageView): dialog.vbox.set_spacing(10) dialog.vbox.set_border_width(12) hbox = Gtk.Box() - hbox.pack_start(Gtk.Label("%s: " % _('ID', True, True, 0)), False) + hbox.pack_start(Gtk.Label(label="%s: " % _('ID')), True, True, 0) text = Gtk.Entry() text.set_activates_default(True) hbox.pack_start(text, False, True, 0)