7309: Jump to Gramps ID functionality doesn't work

This commit is contained in:
SNoiraud 2016-12-05 11:09:38 +01:00
parent b568c1bb97
commit 1acbd3e3f7

View File

@ -353,7 +353,7 @@ class NavigationView(PageView):
dialog.vbox.set_spacing(10) dialog.vbox.set_spacing(10)
dialog.vbox.set_border_width(12) dialog.vbox.set_border_width(12)
hbox = Gtk.Box() 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 = Gtk.Entry()
text.set_activates_default(True) text.set_activates_default(True)
hbox.pack_start(text, False, True, 0) hbox.pack_start(text, False, True, 0)