summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerico.dev <jerico.dev@gmail.com>2011-06-23 01:27:25 -0300
committerRiccardo (C10uD) <c10ud.dev@gmail.com>2011-09-01 12:04:24 +0200
commitdf4be68e15e28d502d03a9ac2d13dae093d3a372 (patch)
tree6e653cbe90606f40d1d2f94be3ee74093d0b5fd1
parentdfb666aa7ff6f982a5785861e338b290fe170422 (diff)
typo in profile.BaseContact.signature_sound (missing self in method signature)
-rw-r--r--papyon/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papyon/profile.py b/papyon/profile.py
index c8a1593..e64d8b5 100644
--- a/papyon/profile.py
+++ b/papyon/profile.py
@@ -506,7 +506,7 @@ class BaseContact(gobject.GObject):
return self._presence
@property
- def signature_sound():
+ def signature_sound(self):
"""Contact signature sound
@type: string"""
return self._signature_sound