Changeset 372f35 in indico


Ignore:
Timestamp:
03/17/11 00:36:17 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
75b2fa
Parents:
b270a2
Message:

[FIX] Fixing the prev fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/InstantMessaging/XMPP/components.py

    rb270a2 r372f35  
    301301        if not it means we're re-using an existing chat room """ 
    302302        if conference is None: 
    303             conference = room.getConferences()[0] 
     303            conference = room.getConferences().values()[0] 
    304304        self.setSubject('[Indico] Chat room succesfully created') 
    305305        self.setBody("""    Dear Indico user, 
Note: See TracChangeset for help on using the changeset viewer.