198
198
if uri.startswith('http'):
199
199
# Instead of an uri, we pass a string of uri + metadata
200
200
model.append(uri+'lens-meta://'+title+'lens-meta://'+icon,
201
icon, 2, "text/html", title, comment, uri)
201
icon, 2, "text/html", str(title), str(comment), str(uri))
203
203
print "Malformed result, skipping."
204
204
model.flush_revision_queue()