diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-23 10:53:16 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-23 10:53:16 +0800 |
commit | 11f20c56f3c1250f05b53461dc3dff3187a55ae2 (patch) | |
tree | 02fb7aed22e61e85cf655eb523b26a42cc41488a /misc/bibletime | |
parent | e57c3a3f034b76fd10c50cd6f9b8af0be779680a (diff) | |
download | freebsd-ports-gnome-11f20c56f3c1250f05b53461dc3dff3187a55ae2.tar.gz freebsd-ports-gnome-11f20c56f3c1250f05b53461dc3dff3187a55ae2.tar.zst freebsd-ports-gnome-11f20c56f3c1250f05b53461dc3dff3187a55ae2.zip |
- Remove patch, forgotten in last commit
Feature safe: yes
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/files/patch-src__bibletime.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/bibletime/files/patch-src__bibletime.cpp b/misc/bibletime/files/patch-src__bibletime.cpp deleted file mode 100644 index 29b6a6ae4296..000000000000 --- a/misc/bibletime/files/patch-src__bibletime.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/bibletime.cpp.orig 2009-12-15 13:23:36.000000000 -0500 -+++ ./src/bibletime.cpp 2009-12-15 13:24:19.000000000 -0500 -@@ -61,7 +61,7 @@ - const int month = date.month(); - QString splashImage(DU::getPicsDir().canonicalPath().append("/")); - -- if ((month >= 12 && day >= 24) || (month <= 1 && day < 6)) { -+ if ((month >= 12) || (month <= 1 && day < 6)) { - splashImage.append("startuplogo_christmas.png"); - } else { - splashImage.append("startuplogo.png"); |