diff --git a/gnome_session_manager/plugin.py b/gnome_session_manager/plugin.py index 5f163e9..ea0f3cb 100644 --- a/gnome_session_manager/plugin.py +++ b/gnome_session_manager/plugin.py @@ -63,7 +63,7 @@ class GnomeSessionManagerPlugin(GajimPlugin): self.active = False self.bus.remove_signal_receiver(self.gnome_presence_changed, "StatusChanged", dbus_interface=PRESENCE_INTERFACE) - ged.remove_event_handler('our-show', ged.POSTGUI, self.on_our_status) + gajim.ged.remove_event_handler('our-show', ged.POSTGUI, self.on_our_status) def gnome_presence_changed(self, status, *args, **kw):