# HG changeset patch # User Goffi # Date 1340661508 -7200 # Node ID 4b62ce15a5f85a2cc55667ef07a21b4498e2f531 # Parent f856575a62a6e4b005bd3b60f71bd8720d594c92 quickapp: fixed typo diff -r f856575a62a6 -r 4b62ce15a5f8 frontends/src/quick_frontend/quick_app.py --- 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):