Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-07-21 15:52:00 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-27 17:22:12 (GMT)
commitd993ce3c16dd970ac0e7baf00b5d04ee39312d60 (patch)
tree3e9de3617d09fad1ae6e689424de140737b1c8ad
parent1a5469b55b8c25f298a1da7adfe234bee0ebe29d (diff)
Allow buddies without key. #7581
-rw-r--r--src/buddy.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buddy.py b/src/buddy.py
index 7187709..1b2e4d6 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -570,10 +570,6 @@ class Buddy(ExportedGObject):
# If the properties didn't contain the key or color, then we're never
# going to get one.
- # Buddy need a key to be valid
- if self._key is None:
- return
-
try:
self._awaiting.remove('properties')
except KeyError: