From d993ce3c16dd970ac0e7baf00b5d04ee39312d60 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 21 Jul 2008 15:52:00 +0000 Subject: Allow buddies without key. #7581 --- 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: -- cgit v0.9.1