From 78031038912f5c228e75d1d0fe5efba557542721 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 8 Apr 2014 21:06:21 +0200 Subject: Actually fix that bookmarks typo bug --- src/bookmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bookmark.py b/src/bookmark.py index 65d633ce..aa710d24 100644 --- a/src/bookmark.py +++ b/src/bookmark.py @@ -117,7 +117,7 @@ def remove(value): def stanza_storage(method): """Generate a stanza with the conference elements.""" storage = Bookmarks() - for b in (b for b in bookmark if b.method == method): + for b in (b for b in bookmarks if b.method == method): storage.append(b.stanza()) return storage -- cgit v1.2.3