From a3c440c62c287684d2ec7e3a5101341ec4125ffb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 26 Jun 2007 01:29:18 +0000 Subject: activity: Don't try to send "custom properties" to the CM. Salut doesn't support arbitrary properties and nothing in PS sets them. --- diff --git a/src/activity.py b/src/activity.py index bb761fb..47fcd76 100644 --- a/src/activity.py +++ b/src/activity.py @@ -754,10 +754,6 @@ class Activity(ExportedGObject): props['color'] = self._color props['type'] = self._type - # Add custom properties - for (key, value) in self._custom_props.items(): - props[key] = value - conn = self._tp.get_connection() def properties_set(e=None): -- cgit v0.9.1