branch | xbelweb |
changeset 38 | c30e2402deca |
parent 32 | 10f57beae364 |
child 41 | 7b7cd0e74ee3 |
--- a/index.py Tue Oct 07 11:10:52 2003 -0400 +++ b/index.py Tue Oct 07 12:50:30 2003 -0400 @@ -33,4 +33,4 @@ if len(bookmarks) > 0: bookmarks = db.get_bookmarks(map(lambda x: x[0], bookmarks)) bookmarks = map(lambda bk: bk.dict(), bookmarks) - process_index(bookmarks, keywords) + process_index(bookmarks, keywords, db.get_preferences())