Mercurial > libervia-backend
changeset 479:4b62ce15a5f8
quickapp: fixed typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Jun 2012 23:58:28 +0200 |
parents | f856575a62a6 |
children | 2a072735e459 |
files | frontends/src/quick_frontend/quick_app.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Mon Jun 25 01:00:55 2012 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Mon Jun 25 23:58:28 2012 +0200 @@ -177,7 +177,7 @@ for room_args in self.bridge.getRoomsJoined(profile): self.roomJoined(*room_args, profile=profile) - for subject_args in self.bridge.getRoomsSubjectss(profile): + for subject_args in self.bridge.getRoomsSubjects(profile): self.roomNewSubject(*subject_args, profile=profile) if autoconnect and not self.bridge.isConnected(profile):