Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_app.py @ 479:4b62ce15a5f8
quickapp: fixed typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Jun 2012 23:58:28 +0200 |
parents | cf005701624b |
children | 2a072735e459 |
comparison
equal
deleted
inserted
replaced
478:f856575a62a6 | 479:4b62ce15a5f8 |
---|---|
175 | 175 |
176 #Now we open the MUC window where we already are: | 176 #Now we open the MUC window where we already are: |
177 for room_args in self.bridge.getRoomsJoined(profile): | 177 for room_args in self.bridge.getRoomsJoined(profile): |
178 self.roomJoined(*room_args, profile=profile) | 178 self.roomJoined(*room_args, profile=profile) |
179 | 179 |
180 for subject_args in self.bridge.getRoomsSubjectss(profile): | 180 for subject_args in self.bridge.getRoomsSubjects(profile): |
181 self.roomNewSubject(*subject_args, profile=profile) | 181 self.roomNewSubject(*subject_args, profile=profile) |
182 | 182 |
183 if autoconnect and not self.bridge.isConnected(profile): | 183 if autoconnect and not self.bridge.isConnected(profile): |
184 #Does the user want autoconnection ? | 184 #Does the user want autoconnection ? |
185 self.bridge.connect(profile) | 185 self.bridge.connect(profile) |