From 4bdd5d635a769f5527490ed8b74140bb1f2dbe29 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 3 Apr 2005 16:26:37 +0000 Subject: [PATCH] general -> General --- Core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/core.py b/Core/core.py index 1c26b486e..33fbfcd93 100644 --- a/Core/core.py +++ b/Core/core.py @@ -448,7 +448,7 @@ class GajimCore: self.hub.sendPlugin('SUBSCRIBED', self.connections[con],\ (jid.getStripped(), jid.getResource())) self.hub.queueIn.put(('UPDUSER', self.connections[con], \ - (jid.getStripped(), jid.getNode(), ['general']))) + (jid.getStripped(), jid.getNode(), ['General']))) #BE CAREFUL : no con.updateRosterItem() in a callback log.debug("we are now subscribed to %s" % who) elif typ == 'unsubscribe':