From 10cfb77cd33eebbe2b82793af925f02b92d7e31f Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Mon, 10 Oct 2011 22:06:12 +0300
Subject: [PATCH] gnome_session_manager. typo

---
 gnome_session_manager/plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome_session_manager/plugin.py b/gnome_session_manager/plugin.py
index 5f163e9f..ea0f3cb3 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):
-- 
GitLab