Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-04-01 15:39:02 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-04-01 15:39:02 (GMT)
commit71aea2881c0cfe4919f3c1edf6a220553ffe88e1 (patch)
tree80b3a04dd9937941ef7c870824d9cede9bc8c421
parentf7d019df089cac36a275c7b237d14523f6334e71 (diff)
use icon-color in comments metadata
-rw-r--r--PortfolioActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/PortfolioActivity.py b/PortfolioActivity.py
index 670751d..5f88fe7 100644
--- a/PortfolioActivity.py
+++ b/PortfolioActivity.py
@@ -1499,8 +1499,8 @@ class PortfolioActivity(activity.Activity):
slide.comment.append({'from':profile.get_nick_name(),
'message':message,
# Use my colors in case of sharing
- 'icon':[self._my_colors[0],
- self._my_colors[1]]})
+ 'icon-color':[self._my_colors[0],
+ self._my_colors[1]]})
if self.initiating is not None:
self._send_event('c:%s' % (self._data_dumper(
[slide.uid, slide.comment])))