From f15f53958b9f6192bd4c3ae9cf1bf0a039e7f3f7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 11 Oct 2007 10:37:12 +0000 Subject: [PATCH] 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 --- check_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2