diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:12:15 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:12:15 +0000 |
commit | 0083804533ca47e8481e5b40de38c7d76c789b91 (patch) | |
tree | 89a797089d768e8e3a5e3c4f7b2844f20b954e95 /deskutils/kdepim3/files/patch-korganizer_plugins_holidays_holidays.cpp | |
parent | - Grant maintainership to submitter of previous patch. (diff) |
Update to KDE 3.3.2
Diffstat (limited to 'deskutils/kdepim3/files/patch-korganizer_plugins_holidays_holidays.cpp')
-rw-r--r-- | deskutils/kdepim3/files/patch-korganizer_plugins_holidays_holidays.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/kdepim3/files/patch-korganizer_plugins_holidays_holidays.cpp b/deskutils/kdepim3/files/patch-korganizer_plugins_holidays_holidays.cpp deleted file mode 100644 index f45af6e70a48..000000000000 --- a/deskutils/kdepim3/files/patch-korganizer_plugins_holidays_holidays.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- korganizer/plugins/holidays/holidays.cpp.orig Tue Nov 9 21:00:17 2004 -+++ korganizer/plugins/holidays/holidays.cpp Tue Nov 9 21:01:01 2004 -@@ -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)) { |