diff --git a/gramps/gui/plug/_windows.py b/gramps/gui/plug/_windows.py index 332b9231d..0f6f0a8f6 100644 --- a/gramps/gui/plug/_windows.py +++ b/gramps/gui/plug/_windows.py @@ -694,7 +694,7 @@ class PluginTrace(ManagedWindow): #------------------------------------------------------------------------- class LinkTag(Gtk.TextTag): def __init__(self, link, buffer): - GObject.GObject.__init__(self, link) + GObject.GObject.__init__(self, name=link) tag_table = buffer.get_tag_table() self.set_property('foreground', "#0000ff") self.set_property('underline', Pango.Underline.SINGLE)