diff --git a/src/plugins/gramplet/Events.py b/src/plugins/gramplet/Events.py index e7656b23a..1f66021ce 100644 --- a/src/plugins/gramplet/Events.py +++ b/src/plugins/gramplet/Events.py @@ -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)