Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/journal.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-07-01 10:26:35 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-07-01 10:26:35 (GMT)
commit2b360b237716e597d1646af5fb254fa67aa32732 (patch)
tree1d705cbc995ff6fb241669265f8d63bf74651b3f /journal.py
parent9485b08f83e6412b625fe98fcdc9837e07a707c3 (diff)
fixed typo
Diffstat (limited to 'journal.py')
-rw-r--r--journal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.py b/journal.py
index 7eb1077..135805d 100644
--- a/journal.py
+++ b/journal.py
@@ -340,7 +340,7 @@ class JournalInteraction():
jobject.metadata['buddies'] = ''
jobject.metadata['preview'] = ''
jobject.metadata['icon-color'] = \
- self.activity.icon-color
+ self.activity.icon_color
jobject.metadata['mime_type'] = 'image/png'
jobject.file_path = file_path
datastore.write(jobject)