diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-01-04 07:33:37 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-01-04 07:33:37 +0000 |
commit | ce416de464825e872493d7755891e14f199863ca (patch) | |
tree | ce4609871824ffab7a562f38470300f55a883329 /misc/bibletime | |
parent | 1753b81473ccdf11e2567e95c6b61a594171fcc2 (diff) | |
download | ports-ce416de464825e872493d7755891e14f199863ca.tar.gz ports-ce416de464825e872493d7755891e14f199863ca.zip |
Notes
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/Makefile | 2 | ||||
-rw-r--r-- | misc/bibletime/files/patch-src__frontend__settingsdialogs__bttextfilterstab.cpp | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index d97e52c80332..834bf720c04a 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -2,9 +2,9 @@ PORTNAME= bibletime PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/_rc/} MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Open source Bible study tool diff --git a/misc/bibletime/files/patch-src__frontend__settingsdialogs__bttextfilterstab.cpp b/misc/bibletime/files/patch-src__frontend__settingsdialogs__bttextfilterstab.cpp new file mode 100644 index 000000000000..da67382e3f71 --- /dev/null +++ b/misc/bibletime/files/patch-src__frontend__settingsdialogs__bttextfilterstab.cpp @@ -0,0 +1,11 @@ +--- ./src/frontend/settingsdialogs/bttextfilterstab.cpp.orig 2013-12-24 05:36:03.000000000 -0500 ++++ ./src/frontend/settingsdialogs/bttextfilterstab.cpp 2014-01-04 02:20:11.000000000 -0500 +@@ -52,7 +52,7 @@ + } + + #define TEXT_FILTERS_TAB_SAVE(name) \ +- btConfig().setValue(#name, m_ ## name ## Check->isChecked()) ++ btConfig().setSessionValue(#name, m_ ## name ## Check->isChecked()) + + void BtTextFiltersTab::save() { + btConfig().beginGroup("presentation"); |