From: Oleg Broytman Date: Thu, 11 Oct 2007 10:37:12 +0000 (+0000) Subject: Copy icon and charset from the first of the duplicate bookmarks. X-Git-Tag: v4.5.3~288 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=f15f53958b9f6192bd4c3ae9cf1bf0a039e7f3f7 Copy icon and charset from the first of the duplicate bookmarks. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@88 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/check_urls.py b/check_urls.py index 82d4af6..057e023 100755 --- a/check_urls.py +++ b/check_urls.py @@ -114,7 +114,7 @@ def run(): old_object = root_folder.linear[checked[object.href]] for attr_name in ("last_visit", "last_modified", "error", "no_error", "moved", "size", "md5", "real_title", - "last_tested", "test_time"): + "last_tested", "test_time", "icon", "charset"): if hasattr(old_object, attr_name): setattr(object, attr_name, getattr(old_object, attr_name)) else: