7309: Jump to Gramps ID functionality doesn't work
This commit is contained in:
parent
13c5d75bc1
commit
bc32d2fd76
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user