summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authorkleink <kleink>2004-11-28 18:35:48 +0000
committerkleink <kleink>2004-11-28 18:35:48 +0000
commitb360ce6030fa48ea4aa146794a8a88592dd374eb (patch)
treec108b8d84ced4a975746c0d087b88a0f8b3fa97e /misc/kdepim3/patches
parentd4bf8644a108a41eeb88e97be59c245deeed75ac (diff)
downloadpkgsrc-b360ce6030fa48ea4aa146794a8a88592dd374eb.tar.gz
From KDE CVS, KDE_3_3_BRANCH:
kdepim/korganizer/plugins/holidays/holidays.cpp 1.12.2.1: Backport of bug fixes for #84979 (crash on AMD64) [...] Bump version to kdepim-3.3.1nb2, and update the version required by the kde3 meta package.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-ac b/misc/kdepim3/patches/patch-ac
new file mode 100644
index 00000000000..2dfa9a7eee5
--- /dev/null
+++ b/misc/kdepim3/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2004/11/28 18:35:48 kleink Exp $
+
+--- korganizer/plugins/holidays/holidays.cpp 2004/07/23 16:32:44 1.12
++++ korganizer/plugins/holidays/holidays.cpp 2004/10/03 18:33:19 1.12.2.1
+@@ -91,7 +91,7 @@
+ //static int lastYear = 0;
+ int lastYear = 0;
+
+- if (mHolidayFile.isEmpty()) return QString::null;
++ if (mHolidayFile.isEmpty() || qd.isNull()) return QString::null;
+
+ //if ((lastYear == 0) || (qd.year() != lastYear)) {
+ if ((yearLast == 0) || (qd.year() != yearLast)) {