Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-26 01:29:18 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-26 01:29:18 (GMT)
commita3c440c62c287684d2ec7e3a5101341ec4125ffb (patch)
tree122a2b14ac4521b46c4cefe13f9b02d84a14b687
parentb179f0082fc5fd2a96f51759040b3a5cb84314ff (diff)
activity: Don't try to send "custom properties" to the CM.
Salut doesn't support arbitrary properties and nothing in PS sets them.
-rw-r--r--src/activity.py4
1 files changed, 0 insertions, 4 deletions
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):