Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/presenceservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/presenceservice.py')
-rw-r--r--src/presenceservice.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/presenceservice.py b/src/presenceservice.py
index c179618..30c6dab 100644
--- a/src/presenceservice.py
+++ b/src/presenceservice.py
@@ -794,8 +794,8 @@ class PresenceService(ExportedGObject):
activity = Activity(self._session_bus, objid, self,
self._get_preferred_plugin(), 0,
id=actid, type=atype,
- name=name, color=color, local=True,
- private=True, tags=tags)
+ name=name, color=self._owner.props.color,
+ local=True, private=True, tags=tags)
activity.connect("validity-changed",
self._activity_validity_changed_cb)