Fix bug in family events gramplet

This commit is contained in:
Nick Hall 2014-04-10 18:44:41 +01:00
parent c74c91a9e0
commit 114a8ff173

View File

@ -207,7 +207,6 @@ class FamilyEvents(Events):
self.model.clear()
self.callman.unregister_all()
if active_handle:
self.callman.register_obj(active)
self.display_family(active_handle)
else:
self.set_has_data(False)