diff options
author | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-04-14 16:45:32 +0200 |
---|---|---|
committer | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-04-14 16:45:32 +0200 |
commit | 01620e1797daadf3d61fd5ea862038b3b5648448 (patch) | |
tree | dda7c129e22e68978f977a9c765612f089ce2e38 /sunshine | |
parent | 17f2adfe0927b2aa739c8d61c05f5a3b12ce6d6a (diff) |
Fix typo.
Diffstat (limited to 'sunshine')
-rw-r--r-- | sunshine/capabilities.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/capabilities.py b/sunshine/capabilities.py index 4fc2ced..40c1f78 100644 --- a/sunshine/capabilities.py +++ b/sunshine/capabilities.py @@ -98,7 +98,7 @@ class SunshineCapabilities(telepathy.server.ConnectionInterfaceCapabilities, return ret def UpdateCapabilities(self, caps): - if self._state != telepathy.CONNECTION_STATUS_CONNECTED: + if self._status != telepathy.CONNECTION_STATUS_CONNECTED: self._update_capabilities_calls.append(caps) return |