Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readdb.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-07 20:36:59 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-07 20:36:59 (GMT)
commitbe6e23eab172e8213680e318b1a2ed46723b1a6c (patch)
tree65e95eca6747f854b1ffe332eb955d3d2d79f9b2 /readdb.py
parentbb8e066de6c5aad912bede057982d8a5d4d18809 (diff)
Fix wrong use of profile.get_color()
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'readdb.py')
-rw-r--r--readdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/readdb.py b/readdb.py
index eb42c83..41c28ee 100644
--- a/readdb.py
+++ b/readdb.py
@@ -95,7 +95,7 @@ class BookmarkManager:
self._populate_highlights()
self._user = profile.get_nick_name()
- self._color = str(profile.get_color())
+ self._color = profile.get_color().to_string()
def add_bookmark(self, page, content, local=1):
# locale = 0 means that this is a bookmark originally