Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-02-12 14:51:06 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-02-12 14:51:06 (GMT)
commitc131d10a6f266488fb29c94d1beebf4f0e6ea480 (patch)
tree8f9305bc73bd3a30cd98f2fb5e12beb69c908f2d
parent9fc99303b40f80517544671ffb67c0dec56430bd (diff)
Revert "#6142: Don't update buddy properties without a key" for Update.1
This reverts commit d2a201e6647127599648261e03fe5de8cb8c3d91.
-rw-r--r--src/buddy.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buddy.py b/src/buddy.py
index 426a844..e956b73 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -568,11 +568,6 @@ class Buddy(ExportedGObject):
self.set_properties(props)
# 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: