summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdepim/files/kdepim-3.4.1-akregator-unread.patch')
-rw-r--r--kde-base/kdepim/files/kdepim-3.4.1-akregator-unread.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/kdepim/files/kdepim-3.4.1-akregator-unread.patch b/kde-base/kdepim/files/kdepim-3.4.1-akregator-unread.patch
new file mode 100644
index 000000000000..52bb1026b9a6
--- /dev/null
+++ b/kde-base/kdepim/files/kdepim-3.4.1-akregator-unread.patch
@@ -0,0 +1,13 @@
+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;