In the Filter+ gramplet, the Reset button tries to clear a self.entry_birth_place.set_text("") in categories without a birth place field.
Errors in Families, Events, Places, Geography, Places, Sources, Citations, Repositories, Media, Notes (no error in People, Relationships, Charts)
17369536: ERROR: grampsapp.py: line 173: Unhandled exception
Traceback (most recent call last):
File "/home/districtsupport/.gramps/gramps51/plugins/Filter+/filter+.py", line 134, in reset_clicked
self.entry_birth_place.set_text("")
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'SidebarFilterPlus' object has no attribute 'entry_birth_place'
In the Filter+ gramplet, the Reset button tries to clear a
self.entry_birth_place.set_text("")
in categories without a birth place field. Errors in Families, Events, Places, Geography, Places, Sources, Citations, Repositories, Media, Notes (no error in People, Relationships, Charts)