mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Prevent crash due to accessing a non-existent gsettings schema
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23299 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
33c64d94a0
commit
f456d0970a
@ -1613,7 +1613,7 @@ static GncInvoice *lookup_invoice(GncPluginPageReportPrivate *priv)
|
||||
"Invoice Number", NULL);
|
||||
}
|
||||
|
||||
#define GNC_PREFS_GROUP_REPORT_PDFEXPORT GNC_PREFS_GROUP_GENERAL_REPORT "/pdf-export"
|
||||
#define GNC_PREFS_GROUP_REPORT_PDFEXPORT GNC_PREFS_GROUP_GENERAL_REPORT ".pdf-export"
|
||||
#define GNC_PREF_FILENAME_DATE_FMT "filename-date-format"
|
||||
#define GNC_PREF_FILENAME_FMT "filename-format"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user