summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-01-11 03:41:06 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-01-11 03:41:06 +0100
commit6bb94cdf0b88671b2ac12eb67f70555da565f238 (patch)
tree6fb43bdcc79ba075c4d63963d7517761a4f4933f /src/contact.py
parentf7102ae33d0ab2cec6b414b61f39c4c2d9bae1b0 (diff)
downloadpoezio-6bb94cdf0b88671b2ac12eb67f70555da565f238.tar.gz
poezio-6bb94cdf0b88671b2ac12eb67f70555da565f238.tar.bz2
poezio-6bb94cdf0b88671b2ac12eb67f70555da565f238.tar.xz
poezio-6bb94cdf0b88671b2ac12eb67f70555da565f238.zip
Displays the subscription and Ask states in the roster
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact.py b/src/contact.py
index 7bde7a4f..804a7068 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -147,7 +147,7 @@ class Contact(object):
def set_subscription(self, sub):
self._subscription = sub
- def get_subscription(self, sub):
+ def get_subscription(self):
return self._subscription
def get_nb_resources(self):