general -> General

This commit is contained in:
Yann Leboulanger 2005-04-03 16:26:37 +00:00
parent 005f51a8b0
commit 4bdd5d635a
1 changed files with 1 additions and 1 deletions

View File

@ -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':