summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-ac')
-rw-r--r--misc/kdepim3/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-ac b/misc/kdepim3/patches/patch-ac
deleted file mode 100644
index 2dfa9a7eee5..00000000000
--- a/misc/kdepim3/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$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)) {