- Fix text filter settings not being saved
- Bump PORTREVISION Submitted by: Jaak Ristioja (upline developer)
This commit is contained in:
parent
1753b81473
commit
ce416de464
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338624
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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");
|
Loading…
Reference in a new issue