summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/akregator/files/kdepim-3.4.1-akregator-unread.patch')
-rw-r--r--kde-base/akregator/files/kdepim-3.4.1-akregator-unread.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-base/akregator/files/kdepim-3.4.1-akregator-unread.patch b/kde-base/akregator/files/kdepim-3.4.1-akregator-unread.patch
deleted file mode 100644
index 52bb1026b9a6..000000000000
--- a/kde-base/akregator/files/kdepim-3.4.1-akregator-unread.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nur kdepim-3.4.1.orig/akregator/src/myarticle.cpp kdepim-3.4.1/akregator/src/myarticle.cpp
---- kdepim-3.4.1.orig/akregator/src/myarticle.cpp 2005-05-23 14:11:26.000000000 +0200
-+++ kdepim-3.4.1/akregator/src/myarticle.cpp 2005-06-08 16:54:10.000000000 +0200
-@@ -100,8 +100,7 @@
- uint parsed = hashStr.toUInt(&parsedOk, 16);
- if (!parsedOk)
- {
-- d->hash = calcHash(title() + description() + link().url() + commentsLink().url()
-- + QString::number(comments()) );
-+ d->hash = calcHash(title() + description() + link().url() + commentsLink().url());
- }
- else
- d->hash = parsed;